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 show-icon
>{{ >{{
activeStep.value === 1 activeStep === 1
? "错误码: " + ? "错误码: " +
tenantInitCheckResult.result + tenantInitCheckResult.result +
", 错误信息: " + ", 错误信息: " +
tenantInitCheckResult.msg tenantInitCheckResult.msg
: activeStep.value === 2 : activeStep === 2
? "错误码: " + ? "错误码: " +
createTablesResult.result + createTablesResult.result +
", 错误信息: " + ", 错误信息: " +
createTablesResult.msg createTablesResult.msg
: activeStep.value === 3 : activeStep === 3
? "错误码: " + ? "错误码: " +
initDataResult.result + initDataResult.result +
", 错误信息: " + ", 错误信息: " +