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"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-setting"
|
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')"
|
@click="handleUpdate(scope.row, 'update')"
|
||||||
>
|
>
|
||||||
维修
|
维修
|
||||||
|
|
|
||||||
|
|
@ -524,7 +524,7 @@
|
||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-upload"
|
icon="el-icon-upload"
|
||||||
>点击上传</el-button
|
>点击上传</el-button
|
||||||
>
|
><span>文件需小于20M</span>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue