From c703b9fdaa118315f28c86db9a9796e413a030c9 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Tue, 06 Feb 2024 16:39:59 +0800
Subject: [PATCH] 九小修改

---
 src/views/publicSecurity/ninePlaceManage/archivesManage.vue |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/views/publicSecurity/ninePlaceManage/archivesManage.vue b/src/views/publicSecurity/ninePlaceManage/archivesManage.vue
index 354334e..c167ba9 100644
--- a/src/views/publicSecurity/ninePlaceManage/archivesManage.vue
+++ b/src/views/publicSecurity/ninePlaceManage/archivesManage.vue
@@ -12,7 +12,13 @@
             </template>
             <template slot-scope="{row, size}" slot="principalPhone">
                 <el-button :size="size" type="text" @click="showStringDispose(row, 'principalPhoneflag')"
-                    v-text="textDispose(row, 'principalPhoneflag', 'principalPhone')"></el-button>
+                    v-text="textDispose(row, 'principalPhoneflag', 'principalPhone')">
+                </el-button>
+            </template>
+            <template slot-scope="{row, size}" slot="policePhone">
+                <el-button :size="size" type="text" @click="showStringDispose(row, 'policePhoneflag')"
+                    v-text="textDispose(row, 'policePhoneflag', 'policePhone')">
+                </el-button>
             </template>
             <template slot="menuLeft">
                 <el-button type="warning" size="small" plain icon="el-icon-download" @click="handleExport">导出
@@ -147,6 +153,7 @@
                     label: "责任民警联系方式",
                     prop: "policePhone",
                     align: 'center',
+                    slot: true,
                     width: 120
                 }],
             },
@@ -384,7 +391,8 @@
                         return {
                             ...item,
                             'principalIdCardflag': false,
-                            'principalPhoneflag': false
+                            'principalPhoneflag': false,
+                            'policePhoneflag': false
                         }
                     })
                 }

--
Gitblit v1.9.3