修改repairStatusCode
This commit is contained in:
parent
7bdd7d5cef
commit
e6d490f840
|
|
@ -233,7 +233,7 @@
|
|||
size="mini"
|
||||
type="warning"
|
||||
icon="el-icon-edit"
|
||||
:disabled="scope.row.repairStatusCode !== 43"
|
||||
:disabled="scope.row.repairStatusCode !== '43'"
|
||||
@click="handleUpdate(scope.row, 'update')"
|
||||
v-hasPermi="['store:labelType:edit']"
|
||||
>维修</el-button
|
||||
|
|
|
|||
Loading…
Reference in New Issue