From eddf4a6061f79471e64e8575140fa32e26ba0c58 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 06 Dec 2024 17:11:35 +0800
Subject: [PATCH] 应急物资列表中的负责人及电话两列去除

---
 src/views/supplies/components/dataContent.vue |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/views/supplies/components/dataContent.vue b/src/views/supplies/components/dataContent.vue
index 3599054..e526db4 100644
--- a/src/views/supplies/components/dataContent.vue
+++ b/src/views/supplies/components/dataContent.vue
@@ -23,16 +23,12 @@
           <div>
             <el-table empty-text="暂无数据" border v-if="formInline.ownership == 1" :data="tableData">
               <el-table-column prop="name" label="物资名称" />
-              <el-table-column prop="personInCha" label="负责人" width="150" />
-              <el-table-column prop="personInChaPhone" label="负责人电话" width="250" />
               <el-table-column prop="stoLoc" label="物资地址" />
               <el-table-column prop="numUnit" label="数量" width="150" />
             </el-table>
 
             <el-table empty-text="暂无数据" border v-else :data="tableData">
               <el-table-column prop="name" label="物资名称" />
-              <el-table-column prop="personInCha" label="负责人" width="150" />
-              <el-table-column prop="personInChaPhone" label="负责人电话" width="250" />
               <el-table-column prop="stoLoc" label="物资地址" />
               <el-table-column prop="numUnit" label="数量" />
             </el-table>

--
Gitblit v1.9.3