From 2771237a6ea07eb1b7be389034b4dc2981b0cffd Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期五, 11 七月 2025 21:10:14 +0800
Subject: [PATCH] 1、设备台账新增和编辑增加技术状态字段 2、二保编辑功能 3、二保以及点检自动带入保养周期默认值而不是从设备处带出

---
 src/views/spare/modules/sparePartScrapRequirement/SparePartScrapRequirementDetailList.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/spare/modules/sparePartScrapRequirement/SparePartScrapRequirementDetailList.vue b/src/views/spare/modules/sparePartScrapRequirement/SparePartScrapRequirementDetailList.vue
index 9cb742d..7d10f26 100644
--- a/src/views/spare/modules/sparePartScrapRequirement/SparePartScrapRequirementDetailList.vue
+++ b/src/views/spare/modules/sparePartScrapRequirement/SparePartScrapRequirementDetailList.vue
@@ -167,29 +167,29 @@
 
         },
         {
-          title: '涓诲崟浣�',
+          title: '鍗曚綅',
           align: 'center',
           dataIndex: 'mainUnitIdName',
 
         },
         {
-          title: '涓绘暟閲�',
+          title: '鏁伴噺',
           align: 'center',
           dataIndex: 'mainQuantity',
 
         },
-        {
+       /*  {
           title: '杈呮暟閲�',
           align: 'center',
           dataIndex: 'auxiliaryQuantity',
 
-        },
-        {
+        }, */
+      /*   {
           title: '杈呭崟浣�',
           align: 'center',
           dataIndex: 'auxiliaryUnitIdName',
 
-        },
+        }, */
         {
           title: '闇�姹傛棩鏈�',
           align: 'center',

--
Gitblit v1.9.3