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