zrj
2024-07-01 f21af83dc4fa0ebaab83f0b50a753add65481e8d
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,
                    searchSpan: 4,
                    // searchLabelWidth: 96,
                    width: 156
                    width: 156,
                    searchPlaceholder: '请输入'
                }, {
                    label: "场所地址",
                    prop: "location",
@@ -106,8 +107,9 @@
                    },
                    type: 'select',
                    search: true,
                    searchSpan: 3,
                    // searchLabelWidth: 96
                    searchSpan: 4,
                    // 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,34 @@
                    slot: true,
                    width: 120
                }, {
                    label: "地区",
                    prop: "townStreetName",
                    align: 'center',
                    search: true,
                    searchSpan: 3,
                    searchLabelWidth: 60,
                    labelWidth: 120,
                    width: 120,
                    searchPlaceholder: '请输入地区'
                }, {
                    label: "所属社区",
                    prop: "neiName",
                    align: 'center',
                    search: true,
                    searchSpan: 4,
                    searchLabelWidth: 84,
                    labelWidth: 120,
                    width: 156,
                    searchPlaceholder: '请输入所属社区'
                },  {
                    label: "辖区派出所",
                    prop: "deptName",
                    align: 'center',
                    search: true,
                    searchSpan: 4,
                    searchLabelWidth: 96
                    searchLabelWidth: 96,
                    width: 120,
                    searchPlaceholder: '请输入辖区派出所'
                }, {
                    label: "责任民警",
                    prop: "policeName",
@@ -142,11 +167,13 @@
                    search: true,
                    searchSpan: 4,
                    // searchLabelWidth: 96,
                    width: 110
                    width: 110,
                    searchPlaceholder: '请输入责任民警'
                }, {
                    label: "责任民警联系方式",
                    prop: "policePhone",
                    align: 'center',
                    slot: true,
                    width: 120
                }],
            },
@@ -197,6 +224,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 +412,8 @@
                        return {
                            ...item,
                            'principalIdCardflag': false,
                            'principalPhoneflag': false
                            'principalPhoneflag': false,
                            'policePhoneflag': false
                        }
                    })
                }