From bdca59f8f15e80e6dc98c1136748124844939472 Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期一, 06 十一月 2023 14:56:44 +0800 Subject: [PATCH] 部门修改加导入优化 --- src/views/eam/modules/maintenanceProject/MaintenanceProjectRight.vue | 31 ++++++++++++++++++------------- 1 files changed, 18 insertions(+), 13 deletions(-) diff --git a/src/views/eam/modules/maintenanceProject/MaintenanceProjectRight.vue b/src/views/eam/modules/maintenanceProject/MaintenanceProjectRight.vue index cadd257..1957357 100644 --- a/src/views/eam/modules/maintenanceProject/MaintenanceProjectRight.vue +++ b/src/views/eam/modules/maintenanceProject/MaintenanceProjectRight.vue @@ -244,14 +244,14 @@ }, width: 50, }, - { - title: '淇濆吇椤圭洰缂栫爜', - align: 'center', - dataIndex: 'num', - scopedSlots: { - customRender: 'num' - }, - }, + // { + // title: '淇濆吇椤圭洰缂栫爜', + // align: 'center', + // dataIndex: 'num', + // scopedSlots: { + // customRender: 'num' + // }, + // }, { title: '淇濆吇椤圭洰鍚嶇О', align: 'center', @@ -281,11 +281,11 @@ // customRender: 'inspectionTypeId_dictText' // }, // }, - { - title: '缁翠繚涓撲笟', - align: "center", - dataIndex: 'maintenanceSpecialtyId_dictText', - }, + // { + // title: '缁翠繚涓撲笟', + // align: "center", + // dataIndex: 'maintenanceSpecialtyId_dictText', + // }, { title: '瀹夊叏瑕佹眰', align: "center", @@ -302,6 +302,11 @@ dataIndex: 'maintenanceTool', }, { + title: '淇濆吇閮ㄤ綅', + align: "center", + dataIndex: 'location', + }, + { title: '鍒涘缓浜�', align: "center", dataIndex: 'createBy', -- Gitblit v1.9.3