From e79fe08cd5cebecebe51758e0d21d8358e3084fd Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 08 Nov 2024 09:49:15 +0800
Subject: [PATCH] 样式优化
---
src/views/companyInfo/components/box/occurStatistics.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/companyInfo/components/box/occurStatistics.vue b/src/views/companyInfo/components/box/occurStatistics.vue
index 31975f7..1000ebb 100644
--- a/src/views/companyInfo/components/box/occurStatistics.vue
+++ b/src/views/companyInfo/components/box/occurStatistics.vue
@@ -127,7 +127,7 @@
<el-table-column fixed prop="perInCha" label="责任人姓名" />
<el-table-column prop="perInChaPho" label="联系电话" />
<!-- <el-table-column prop="firmName" label="单位名称" /> -->
- <el-table-column prop="ownership" label="归属" width="100" />
+ <el-table-column prop="perInCha" label="负责人" width="100" />
</el-table>
<div class="el-page">
<el-pagination background layout="prev, pager, next" :page-size="pages.pageSize" :total="pages.total"
--
Gitblit v1.9.3