bug fix
This commit is contained in:
@ -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 +
|
||||
", 错误信息: " +
|
||||
|
Reference in New Issue
Block a user