From 664db98c9e8595ce4dd636a27f480e3a08b81ff5 Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期五, 21 二月 2025 11:13:51 +0800
Subject: [PATCH] 新增可忽略的维修时间

---
 web/src/views/modules/basicInfo/ParamData.vue |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/web/src/views/modules/basicInfo/ParamData.vue b/web/src/views/modules/basicInfo/ParamData.vue
index 5519625..63c3402 100644
--- a/web/src/views/modules/basicInfo/ParamData.vue
+++ b/web/src/views/modules/basicInfo/ParamData.vue
@@ -30,6 +30,9 @@
                          clearable></zt-dict>
               </el-form-item>
               <el-form-item>
+                <el-input v-model="dataForm.name" placeholder="璇疯緭鍏ュ悕绉�" clearable></el-input>
+              </el-form-item>
+              <el-form-item>
                 <zt-button v-if="dataForm.srcId" type="warning" @click="handleSaveRows">淇濆瓨</zt-button>
                 <zt-button v-if="dataForm.srcId" type="query" @click="table.query()"/>
                <!-- <zt-button type="add" v-if="dataForm.productType==='3'" @click="add()"/>-->
@@ -120,12 +123,12 @@
                          <span v-else v-text="scope.row.basicMtbfAcceptSuccRate"></span>
                        </template>
                      </el-table-column>-->
-              <!--      <el-table-column prop="basicUnitNum" label="鍗曞厓鏁伴噺" :key="11" width="100" align="center">
+                    <el-table-column prop="basicUnitNum" label="鍗曞厓鏁伴噺" :key="11" width="100" align="center">
                       <template slot-scope="scope">
                         <el-input v-if="scope.row.isEdit" v-model="scope.row.basicUnitNum"></el-input>
                         <span v-else v-text="scope.row.basicUnitNum"></span>
                       </template>
-                    </el-table-column>-->
+                    </el-table-column>
                     <el-table-column prop="basicRunsNum" label="杩愯娆℃暟" :key="12" width="100" align="center">
                       <template slot-scope="scope">
                         <el-input v-if="scope.row.isEdit" v-model="scope.row.basicRunsNum"></el-input>
@@ -263,6 +266,12 @@
                         <span v-else v-text="scope.row.repairMttcrOtherParams3"></span>
                       </template>
                     </el-table-column>
+                    <el-table-column prop="negligibleRepairTime" :key="28" label="鍙拷鐣ョ殑缁翠慨鏃堕棿" align="right">
+                      <template slot-scope="scope">
+                        <el-input v-if="scope.row.isEdit" v-model="scope.row.negligibleRepairTime"></el-input>
+                        <span v-else v-text="scope.row.negligibleRepairTime"></span>
+                      </template>
+                    </el-table-column>
                   </el-table-column>
                   <el-table-column fixed="right" align="center" label="鎿嶄綔" width="100">
                     <template slot-scope="scope">

--
Gitblit v1.9.1