修改repairStatusCode

This commit is contained in:
zhouxain01 2023-12-20 21:23:05 +08:00
parent 7bdd7d5cef
commit e6d490f840
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@
size="mini" size="mini"
type="warning" type="warning"
icon="el-icon-edit" icon="el-icon-edit"
:disabled="scope.row.repairStatusCode !== 43" :disabled="scope.row.repairStatusCode !== '43'"
@click="handleUpdate(scope.row, 'update')" @click="handleUpdate(scope.row, 'update')"
v-hasPermi="['store:labelType:edit']" v-hasPermi="['store:labelType:edit']"
>维修</el-button >维修</el-button