From 90964e8f07b9ad3cb2c5f34c8784d7e2c32974fd Mon Sep 17 00:00:00 2001 From: zhaowei Date: 星期一, 08 七月 2024 14:57:55 +0800 Subject: [PATCH] 1、标准加工时间页面取消设备层面字段展示以及取消选择左侧设备树 2、加工数量管理页面新增添加表格记录时的设备选择功能 --- src/views/eam/MaintenanceCycleList.vue | 59 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 30 insertions(+), 29 deletions(-) diff --git a/src/views/eam/MaintenanceCycleList.vue b/src/views/eam/MaintenanceCycleList.vue index 5883675..80c00f5 100644 --- a/src/views/eam/MaintenanceCycleList.vue +++ b/src/views/eam/MaintenanceCycleList.vue @@ -191,16 +191,7 @@ return parseInt(index) + 1 }, }, - { - title: '鐗堟湰', - align: 'center', - dataIndex: 'version', - }, - { - title: '鐗堟湰鐘舵��', - align: 'center', - dataIndex: 'versionStatusName', - }, + { title: '鍛ㄦ湡缂栫爜', align: 'center', @@ -252,30 +243,40 @@ align: 'center', dataIndex: 'unitName', }, + // { + // title: '璋冩暣鏂瑰紡', + // align: 'center', + // dataIndex: 'arrangeWayName', + // }, + // { + // title: '閫炬湡澶勭悊鏂瑰紡', + // align: 'center', + // dataIndex: 'overdueDisposeModeName', + // }, + // { + // title: '渚濇嵁鏃ュ巻', + // align: 'center', + // dataIndex: 'accordingCalendarName', + // }, + // { + // title: '鐢熸晥鏃堕棿', + // align: 'center', + // dataIndex: 'takeEffectTime', + // }, + // { + // title: '澶辨晥鏃堕棿', + // align: 'center', + // dataIndex: 'loseEfficacyTime', + // }, { - title: '璋冩暣鏂瑰紡', + title: '鐗堟湰', align: 'center', - dataIndex: 'arrangeWayName', + dataIndex: 'version', }, { - title: '閫炬湡澶勭悊鏂瑰紡', + title: '鐗堟湰鐘舵��', align: 'center', - dataIndex: 'overdueDisposeModeName', - }, - { - title: '渚濇嵁鏃ュ巻', - align: 'center', - dataIndex: 'accordingCalendarName', - }, - { - title: '鐢熸晥鏃堕棿', - align: 'center', - dataIndex: 'takeEffectTime', - }, - { - title: '澶辨晥鏃堕棿', - align: 'center', - dataIndex: 'loseEfficacyTime', + dataIndex: 'versionStatusName', }, { title: '鍒涘缓浜�', -- Gitblit v1.9.3