From 9521a01b0cbe88050c6f3d24cb0e227dda4aa268 Mon Sep 17 00:00:00 2001 From: houjie <714924425@qq.com> Date: 星期五, 01 九月 2023 17:34:26 +0800 Subject: [PATCH] 基础数据模块/设备处理/设备使用(界面长度适配调整, 编码 单据号,名称 超长字符 单独处理) --- src/views/eam/modules/inspectionProject/InspectionProjectRight.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/eam/modules/inspectionProject/InspectionProjectRight.vue b/src/views/eam/modules/inspectionProject/InspectionProjectRight.vue index 88e2641..93c9582 100644 --- a/src/views/eam/modules/inspectionProject/InspectionProjectRight.vue +++ b/src/views/eam/modules/inspectionProject/InspectionProjectRight.vue @@ -265,11 +265,11 @@ align: 'center', dataIndex: 'unitId_dictText', }, - { - title: '鍒嗘瀽鏂规硶', - align: 'center', - dataIndex: 'analysisMethod_dictText', - }, + // { + // title: '鍒嗘瀽鏂规硶', + // align: 'center', + // dataIndex: 'analysisMethod_dictText', + // }, { title: '妫�楠屽�肩被鍨�', align: "center", -- Gitblit v1.9.3