修改repairStatusCode
This commit is contained in:
parent
7bdd7d5cef
commit
e6d490f840
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue