From 31ab2edfa500364818d2cc2c30acc1f4ae5b8dac Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期二, 20 八月 2024 17:25:30 +0800
Subject: [PATCH] bug修改

---
 src/views/hazardousChemicals/accessRecords/components/rawTable.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/hazardousChemicals/accessRecords/components/rawTable.vue b/src/views/hazardousChemicals/accessRecords/components/rawTable.vue
index 8ecba7f..4e7c531 100644
--- a/src/views/hazardousChemicals/accessRecords/components/rawTable.vue
+++ b/src/views/hazardousChemicals/accessRecords/components/rawTable.vue
@@ -30,7 +30,7 @@
       <el-table-column label="二维码识别号" prop="code" align="center" />
       <el-table-column label="类型" prop="hazmatBasic.productSn" align="center" >
         <template #default="scope">
-          <span>{{scope.row.state === 0 ? '入库' :scope.row.state === 1 ? '取用' :scope.row.state === 2 ? '归还' : scope.row.state === 3? '标签作废':''}}</span>
+          <span>{{scope.row.state === 0 ? '入库' :scope.row.state === 1 ? '取用' :scope.row.state === 2 ? '归还' : scope.row.state === 3? '标签作废':scope.row.state === 4 ? '用尽登记':scope.row.state === 5? '销售': ''}}</span>
         </template>
       </el-table-column>
       <el-table-column label="数量" prop="num" align="center" width="120" >
@@ -56,7 +56,7 @@
     />
     <el-dialog
         v-model="dialogVisible"
-        width="600px"
+        width="650px"
         :before-close="handleClose"
         :close-on-press-escape="false"
         :close-on-click-modal="false"

--
Gitblit v1.9.2