| | |
| | | </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">导出 |
| | |
| | | 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", |
| | |
| | | }, |
| | | type: 'select', |
| | | search: true, |
| | | searchSpan: 3, |
| | | // searchLabelWidth: 96 |
| | | searchSpan: 4, |
| | | // searchLabelWidth: 96, |
| | | searchPlaceholder: '请选择' |
| | | }, { |
| | | label: "场所负责人", |
| | | prop: "principal", |
| | |
| | | search: true, |
| | | searchSpan: 4, |
| | | searchLabelWidth: 96, |
| | | width: 110 |
| | | width: 110, |
| | | searchPlaceholder: '请输入负责人' |
| | | }, { |
| | | label: "身份证信息", |
| | | prop: "principalIdCard", |
| | |
| | | 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", |
| | |
| | | search: true, |
| | | searchSpan: 4, |
| | | // searchLabelWidth: 96, |
| | | width: 110 |
| | | width: 110, |
| | | searchPlaceholder: '请输入责任民警' |
| | | }, { |
| | | label: "责任民警联系方式", |
| | | prop: "policePhone", |
| | | align: 'center', |
| | | slot: true, |
| | | width: 120 |
| | | }], |
| | | }, |
| | |
| | | var data = { |
| | | ...this.query |
| | | } |
| | | data.isNine = 1 |
| | | data = Qs.stringify(data) |
| | | exportBlob( |
| | | `/api/blade-place/place/exportNineType?${this.website.tokenHeader}=${getToken()}&` + data |
| | |
| | | return { |
| | | ...item, |
| | | 'principalIdCardflag': false, |
| | | 'principalPhoneflag': false |
| | | 'principalPhoneflag': false, |
| | | 'policePhoneflag': false |
| | | } |
| | | }) |
| | | } |