From 5a96180cec96eca71abc8eea4a29b6cc7c595d88 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期二, 14 十月 2025 15:14:32 +0800
Subject: [PATCH] 修改新增

---
 src/views/work/qualityInfo/infrastructureMng/ledger/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/work/qualityInfo/infrastructureMng/ledger/index.vue b/src/views/work/qualityInfo/infrastructureMng/ledger/index.vue
index 465519f..7612962 100644
--- a/src/views/work/qualityInfo/infrastructureMng/ledger/index.vue
+++ b/src/views/work/qualityInfo/infrastructureMng/ledger/index.vue
@@ -25,6 +25,7 @@
             <el-option key="1" label="计算机设备" :value="1"></el-option>
             <el-option key="2" label="办公自动化设备" :value="2"></el-option>
             <el-option key="3" label="外部设备" :value="3"></el-option>
+            <el-option key="3" label="生产设备" :value="5"></el-option>
             <el-option key="4" label="其他" :value="4"></el-option>
           </el-select>
         </el-form-item>
@@ -50,7 +51,7 @@
       <el-table-column prop="model" align="center" label="型号"></el-table-column>
       <el-table-column label="类型"  align="center" prop="deviceType">
         <template #default="scope">
-          {{ scope.row.deviceType == 1? '计算机设备' : scope.row.deviceType == 2? '办公自动化设备' : scope.row.deviceType == 3 ? '外部设备' : '其他'}}
+          {{ scope.row.deviceType == 1? '计算机设备' : scope.row.deviceType == 2? '办公自动化设备' : scope.row.deviceType == 3 ? '外部设备' : scope.row.deviceType == 5 ? '生产设备' : '其他'}}
         </template>
       </el-table-column>
       <el-table-column prop="deptName" align="center" label="部门"></el-table-column>

--
Gitblit v1.9.2