|
@@ -152,7 +152,7 @@
|
|
|
:text-inside="true"
|
|
|
:stroke-width="24"
|
|
|
:percentage="row.process"
|
|
|
- show-text="true"
|
|
|
+ :show-text="true"
|
|
|
:format="setItemText(row)"
|
|
|
:color="setItemColor(row)"
|
|
|
/>
|
|
@@ -283,9 +283,8 @@
|
|
|
@close="editEquipmentClose"
|
|
|
>
|
|
|
<!--【 维保】 -->
|
|
|
- <maintenanceLog
|
|
|
- :row-data="rowData"
|
|
|
- :maintenance-id="maintenanceId"
|
|
|
+ <maintenanceLog
|
|
|
+ :maintenance-id="maintenanceId"
|
|
|
@close="editEquipmentClose"
|
|
|
@success="editEquipmentSuccess"
|
|
|
/>
|
|
@@ -380,7 +379,7 @@
|
|
|
methods: {
|
|
|
//【设备维保记录】按钮-事件
|
|
|
equipment(row){
|
|
|
- this.maintenanceId = row.id
|
|
|
+ this.maintenanceId = row.id
|
|
|
this.equipmentVisible = true
|
|
|
},
|
|
|
editEquipmentClose(){
|
|
@@ -507,10 +506,10 @@
|
|
|
}
|
|
|
this.edit(this.selection[0]);
|
|
|
},
|
|
|
- edit(row) {
|
|
|
+ edit(row) {
|
|
|
this.$refs.edit.setTenant(row, this.dicts)
|
|
|
this.$refs.edit.type = "edit"
|
|
|
- this.dialog.title = this.$t("common.edit")
|
|
|
+ this.dialog.title = this.$t("common.edit")
|
|
|
this.dialog.isVisible = true
|
|
|
},
|
|
|
eventRow(row){
|