From 8ce3c069b4f308052f3458b8a9ad465435bf00f5 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期三, 13 十二月 2023 11:02:17 +0800 Subject: [PATCH] 二级保养标准 三级保养标准 通过类型区分 --- src/views/eam/EquipmentListOfAll.vue | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/views/eam/EquipmentListOfAll.vue b/src/views/eam/EquipmentListOfAll.vue index bd17f65..e32488d 100644 --- a/src/views/eam/EquipmentListOfAll.vue +++ b/src/views/eam/EquipmentListOfAll.vue @@ -583,11 +583,16 @@ dataIndex: 'technologyStatusVerificationType_dictText', }, - // { - // title: '宸ュ尯', - // align: "center", - // dataIndex: 'equipmentUda1', - // }, + { + title: '鐢熶骇绾跨紪鍙�', + align: "center", + dataIndex: 'lineId_dictText', + }, + { + title: '涓昏澶�?', + align: "center", + dataIndex: 'isMeta_dictText', + }, // { // title: '瀹夊叏閰嶇疆', // align: "center", -- Gitblit v1.9.3