This commit is contained in:
2023-06-30 16:00:28 +08:00
parent dcf9b645f3
commit 680d6876ba

View File

@ -32,17 +32,17 @@
"
show-icon
>{{
activeStep.value === 1
activeStep === 1
? "错误码: " +
tenantInitCheckResult.result +
", 错误信息: " +
tenantInitCheckResult.msg
: activeStep.value === 2
: activeStep === 2
? "错误码: " +
createTablesResult.result +
", 错误信息: " +
createTablesResult.msg
: activeStep.value === 3
: activeStep === 3
? "错误码: " +
initDataResult.result +
", 错误信息: " +