diff --git a/src/views/modules/eam/eam_device_list.vue b/src/views/modules/eam/eam_device_list.vue
index 06f68e1..0516d28 100644
--- a/src/views/modules/eam/eam_device_list.vue
+++ b/src/views/modules/eam/eam_device_list.vue
@@ -286,45 +286,45 @@
-
-
-
- 新增设备故障
- 复制到其他设备
-
-
-
-
- {{scope.row[item.columnProp]}}
-
-
-
-
-
- 删除
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
新增点检计划
@@ -3374,7 +3374,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 80,
+ columnWidth: 250,
},
{
userId: this.$store.state.user.name,
@@ -4314,19 +4314,21 @@
} else if (this.activeTable === 'calibration_record') {
this.getCalibrationRecordData()
}
- // else if (this.activeTable === 'check_item') {
- // this.getCheckItemData()
- // } else if (this.activeTable === 'check_plan') {
- // this.getCheckPlanData()
- // } else if (this.activeTable === 'maintenance_item') {
- // this.getMaintenanceItemData()
- // } else if (this.activeTable === 'maintenance_plan') {
- // this.getMaintenancePlanData()
- // } else if (this.activeTable === 'history_order') {
- // this.getHistoryOrderData()
- // } else if (this.activeTable === 'fault_behavior') {
- // this.getFaultBehaviorData()
- // }
+ else if (this.activeTable === 'check_item') {
+ this.getCheckItemData()
+ }
+ else if (this.activeTable === 'check_plan') {
+ this.getCheckPlanData()
+ } else if (this.activeTable === 'maintenance_item') {
+ this.getMaintenanceItemData()
+ } else if (this.activeTable === 'maintenance_plan') {
+ this.getMaintenancePlanData()
+ } else if (this.activeTable === 'history_order') {
+ this.getHistoryOrderData()
+ }
+ else if (this.activeTable === 'fault_behavior') {
+ this.getFaultBehaviorData()
+ }
},
// 刷新派设备文档的列表