Compare commits
2 Commits
455ab5e30b
...
b6e37dcfa7
| Author | SHA1 | Date |
|---|---|---|
|
|
b6e37dcfa7 | |
|
|
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