From e27410aca7eb65b11fec83adb39643399bf3a6b4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 16 Mar 2024 15:23:18 +0800
Subject: [PATCH] 演示分支,系统名称更改

---
 src/views/publicSecurity/ninePlaceManage/archivesManage.vue |   50 ++++++++++++++++++++++++++++++++++----------------
 1 files changed, 34 insertions(+), 16 deletions(-)

diff --git a/src/views/publicSecurity/ninePlaceManage/archivesManage.vue b/src/views/publicSecurity/ninePlaceManage/archivesManage.vue
index 354334e..f28ded0 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">导出
@@ -72,24 +78,19 @@
                 editBtn: false,
                 delBtn: false,
                 addBtn: false,
+                refreshBtn: false,
+                searchShowBtn: false,
+                columnBtn: false,
                 dialogClickModal: false,
                 column: [{
-                    label: "地区",
-                    prop: "townStreetName",
-                    align: 'center',
-                    search: true,
-                    searchSpan: 3,
-                    searchLabelWidth: 46,
-                    labelWidth: 120,
-                    width: 156
-                }, {
                     label: "场所名称",
                     prop: "placeName",
                     align: 'center',
                     search: true,
                     searchSpan: 3,
                     // searchLabelWidth: 96,
-                    width: 156
+                    width: 156,
+                    searchPlaceholder: '请输入'
                 }, {
                     label: "场所地址",
                     prop: "location",
@@ -107,7 +108,8 @@
                     type: 'select',
                     search: true,
                     searchSpan: 3,
-                    // searchLabelWidth: 96
+                    // searchLabelWidth: 96,
+                    searchPlaceholder: '请选择'
                 }, {
                     label: "场所负责人",
                     prop: "principal",
@@ -115,7 +117,8 @@
                     search: true,
                     searchSpan: 4,
                     searchLabelWidth: 96,
-                    width: 110
+                    width: 110,
+                    searchPlaceholder: '请输入负责人'
                 }, {
                     label: "身份证信息",
                     prop: "principalIdCard",
@@ -129,12 +132,23 @@
                     slot: true,
                     width: 120
                 }, {
+                    label: "地区",
+                    prop: "townStreetName",
+                    align: 'center',
+                    search: true,
+                    searchSpan: 3,
+                    searchLabelWidth: 46,
+                    labelWidth: 120,
+                    width: 156,
+                    searchPlaceholder: '请输入地区'
+                }, {
                     label: "辖区派出所",
                     prop: "deptName",
                     align: 'center',
                     search: true,
                     searchSpan: 4,
-                    searchLabelWidth: 96
+                    searchLabelWidth: 96,
+                    searchPlaceholder: '请输入辖区派出所'
                 }, {
                     label: "责任民警",
                     prop: "policeName",
@@ -142,11 +156,13 @@
                     search: true,
                     searchSpan: 4,
                     // searchLabelWidth: 96,
-                    width: 110
+                    width: 110,
+                    searchPlaceholder: '请输入责任民警'
                 }, {
                     label: "责任民警联系方式",
                     prop: "policePhone",
                     align: 'center',
+                    slot: true,
                     width: 120
                 }],
             },
@@ -197,6 +213,7 @@
                 var data = {
                     ...this.query
                 }
+                data.isNine = 1
                 data = Qs.stringify(data)
                 exportBlob(
                     `/api/blade-place/place/exportNineType?${this.website.tokenHeader}=${getToken()}&` + data
@@ -384,7 +401,8 @@
                         return {
                             ...item,
                             'principalIdCardflag': false,
-                            'principalPhoneflag': false
+                            'principalPhoneflag': false,
+                            'policePhoneflag': false
                         }
                     })
                 }

--
Gitblit v1.9.3