| | |
| | | { key: 'responsibilityArea', label: '所属责任区', value: this.businessDetailData.responsibilityArea }, |
| | | // { key: 'responsiblePolice', label: '责任民警', value: this.businessDetailData.responsiblePolice }, |
| | | { key: 'communityName', label: '社区名称', value: this.businessDetailData.communityName }, |
| | | { key: 'remark', label: '简介', value: this.businessDetailData.remark }, |
| | | // { key: 'availableResourceType', label: '社区名称', value: this.businessDetailData.availableResourceType }, |
| | | ] |
| | | |
| | |
| | | <el-table-column prop="location" :show-overflow-tooltip="true" label="场所地址"></el-table-column> |
| | | <el-table-column prop="smallCategory" :show-overflow-tooltip="true" label="场所类型"></el-table-column> |
| | | <el-table-column prop="principal" :show-overflow-tooltip="true" label="场所负责人"></el-table-column> |
| | | <el-table-column prop="principalPhone" :show-overflow-tooltip="true" label="场所负责电话"></el-table-column> |
| | | <el-table-column prop="principalPhone" :show-overflow-tooltip="true" label="负责电话"></el-table-column> |
| | | <el-table-column prop="responsibilityArea" :show-overflow-tooltip="true" label="所属责任区"></el-table-column> |
| | | <el-table-column prop="responsiblePolice" :show-overflow-tooltip="true" label="责任民警"></el-table-column> |
| | | <!-- <el-table-column prop="businessStatus" :show-overflow-tooltip="true" label="营业状态"></el-table-column> |