From 44aec2bce6c7dd7ca744f5b11fa4df0f0e961a95 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期二, 08 七月 2025 20:47:59 +0800
Subject: [PATCH] 1、保养规范页面保养项明细字段展示名称以及列调整 2、保养规范页面使用标签栏区分点检及二保保养项明细中的保养项分类

---
 src/views/eam/maintenance/modules/EamInspectionOrderModal.vue |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/views/eam/maintenance/modules/EamInspectionOrderModal.vue b/src/views/eam/maintenance/modules/EamInspectionOrderModal.vue
index 1ecc745..84c5ec1 100644
--- a/src/views/eam/maintenance/modules/EamInspectionOrderModal.vue
+++ b/src/views/eam/maintenance/modules/EamInspectionOrderModal.vue
@@ -128,7 +128,7 @@
             {
               title: '搴忓彿',
               key: 'itemCode',
-              type: JVXETypes.inputNumber,
+              type: JVXETypes.normal,
               width: 100,
               align: 'center',
               disabled: true
@@ -156,42 +156,42 @@
               type: JVXETypes.normal,
               width: 60,
               align: 'center',
-              fixed: 'left'
+              disabled: true
             },
             {
               title: '淇濆吇椤�',
               key: 'itemName',
               type: JVXETypes.textarea,
               align: 'center',
-              fixed: 'left'
+              disabled: true
             },
             {
               title: '淇濆吇瑕佹眰',
               key: 'itemDemand',
               type: JVXETypes.textarea,
               align: 'center',
-              fixed: 'left'
+              disabled: true
             },
             {
               title: '鐐规缁撴灉',
               key: 'inspectionResult',
-              type: JVXETypes.slot,
-              slotName: 'inspectionResult',
-              align: 'center'
+              type: JVXETypes.textarea,
+              align: 'center',
+              disabled: true
             },
             {
               title: '寮傚父鎻忚堪',
               key: 'exceptionDescription',
-              type: JVXETypes.slot,
-              slotName: 'exceptionDescription',
-              align: 'center'
+              type: JVXETypes.textarea,
+              align: 'center',
+              disabled: true
             },
             {
               title: '寮傚父鏄惁鎶ヤ慨',
               key: 'reportFlag',
-              type: JVXETypes.slot,
-              slotName: 'reportFlag',
-              align: 'center'
+              type: JVXETypes.textarea,
+              align: 'center',
+              disabled: true
             }
           ]
         }

--
Gitblit v1.9.3