From 17a81d641608545682e3f79f7c6090cac48fe81a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 15 Sep 2025 18:10:01 +0800
Subject: [PATCH] feat:去除高亮

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

diff --git a/src/views/supplies/components/dataContent.vue b/src/views/supplies/components/dataContent.vue
index 3599054..217e623 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>
@@ -62,7 +58,7 @@
 
 // 园区 企业
 const tilteList = ref([
-  { label: "吉水化工园区", value: "0", id: "1" }
+  { label: "瑞昌化工集中区", value: "0", id: "1" }
 ])
 
 onMounted(() => {

--
Gitblit v1.9.3