From f7da5040d8894048d8c8116a8f372fcfc1236ec6 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 26 Dec 2024 12:44:45 +0800
Subject: [PATCH] 图层控制风险源更新
---
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..e954317 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