From b633761a98d8d675578f517b6d3715c847874f30 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期四, 15 五月 2025 09:45:20 +0800 Subject: [PATCH] art: 设备管理-设备台账 删除区号,增加技术状态 --- src/views/eam/equipment/EamEquipmentList.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/eam/equipment/EamEquipmentList.vue b/src/views/eam/equipment/EamEquipmentList.vue index 1516153..c5b9af1 100644 --- a/src/views/eam/equipment/EamEquipmentList.vue +++ b/src/views/eam/equipment/EamEquipmentList.vue @@ -250,7 +250,13 @@ dataIndex: 'equipmentImportance_dictText', }, { - title: '璧勪骇鐘舵��', + title: '鎶�鏈姸鎬�', + align: 'center', + width: 100, + dataIndex: 'technologyStatus_dictText' + }, + { + title: '璧勪骇浣跨敤鐘舵��', align: 'center', width: 100, dataIndex: 'assetStatus_dictText' @@ -300,12 +306,6 @@ align: 'center', width: 100, dataIndex: 'equipmentSpecification' - }, - { - title: '鍖哄彿', - align: 'center', - width: 100, - dataIndex: 'areaCode' }, { title: '鐢垫満鍙版暟', -- Gitblit v1.9.3