Merge branch 'main' of http://192.168.30.2:3000/bonus/nw-cqdevicemgt-ui
This commit is contained in:
commit
0a731bf59a
|
|
@ -249,7 +249,7 @@
|
|||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-setting"
|
||||
v-if="scope.row.repairStatusCode == '43'"
|
||||
v-if="scope.row.repairStatusCode == '43'||scope.row.repairStatusCode == '42'"
|
||||
@click="handleUpdate(scope.row, 'update')"
|
||||
>
|
||||
维修
|
||||
|
|
|
|||
|
|
@ -524,7 +524,7 @@
|
|||
type="primary"
|
||||
icon="el-icon-upload"
|
||||
>点击上传</el-button
|
||||
>
|
||||
><span>文件需小于20M</span>
|
||||
</el-upload>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
|
|
|||
Loading…
Reference in New Issue