From 4cfbfd1b425f7b22b876ae6cae95c4fc29ae6bfb Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 23 二月 2024 09:25:33 +0800
Subject: [PATCH] 盘库修改

---
 src/views/usermng/product.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/usermng/product.vue b/src/views/usermng/product.vue
index e9eeab2..41dfafe 100644
--- a/src/views/usermng/product.vue
+++ b/src/views/usermng/product.vue
@@ -104,7 +104,7 @@
             <span>{{ scope.row.specification }}</span>
           </template>
         </el-table-column>
-        <el-table-column label="单挂(个)含药量" prop="explosiveContent" align="center" sortable="custom">
+        <el-table-column label="箱含药量" prop="explosiveContent" align="center" sortable="custom">
           <template slot-scope="scope">
             <span>{{ scope.row.explosiveContent }}</span>
           </template>

--
Gitblit v1.9.2