| | |
| | | tags: true, |
| | | type: "tree", |
| | | multiple: true, |
| | | editDisplay: false, |
| | | // editDisplay: false, |
| | | cascader: ['articleId'], |
| | | dicUrl: "/api/blade-district/district/getDistrictTree?filterFlag=1", |
| | | rules: [{ |
| | |
| | | prop: "articleId", |
| | | search: false, |
| | | viewDisabled: false, |
| | | editDisplay: false, |
| | | // editDisplay: false, |
| | | type: 'select', |
| | | dicUrl: `/api/blade-article/article/getArticleByDistrictId?type=4&eventType=1&districtId={{rotationRange}}`, |
| | | formslot: true, |
| | |
| | | v-text="textDispose(row, 'policemanPhoneflag', 'policemanPhone')"> |
| | | </el-button> |
| | | </template> |
| | | |
| | | <template slot-scope="{row, size,index}" slot="peopleForm" > |
| | | <el-table :data="form.backblastPubPersonEntityList" v-if="form.backblastPubPersonEntityList"> |
| | | <el-table-column width="100" property="name" label="姓名" |
| | | label-class-name="workOrderStyle"></el-table-column> |
| | | <el-table-column width="150" property="telephone" label="手机号" label-class-name="workOrderStyle"> |
| | | </el-table-column> |
| | | <el-table-column width="160" property="idCard" label="身份证号" label-class-name="workOrderStyle"> |
| | | </el-table-column> |
| | | <el-table-column width="150" property="occupation" label="职业" label-class-name="workOrderStyle"> |
| | | </el-table-column> |
| | | <el-table-column width="160" property="address" label="居住地" label-class-name="workOrderStyle"> |
| | | </el-table-column> |
| | | </el-table> |
| | | </template> |
| | | <!-- <template slot="menuLeft"> |
| | | <el-button type="warning" size="small" plain icon="el-icon-download" @click="handleExport">导出 |
| | | </el-button> |
| | |
| | | searchLabelWidth: 96, |
| | | searchPlaceholder: '请输入辖区派出所', |
| | | hide:true |
| | | } |
| | | }, |
| | | { |
| | | label: "宣防对象", |
| | | prop: "people", |
| | | align: 'center', |
| | | labelWidth: 120, |
| | | search: false, |
| | | searchSpan: 4, |
| | | searchLabelWidth: 96, |
| | | searchPlaceholder: '请输入辖区派出所', |
| | | hide:true, |
| | | span:24, |
| | | slot: true, |
| | | formslot: true |
| | | }, |
| | | ], |
| | | }, |
| | | data: [] |
| | |
| | | beforeOpen(done, type) { |
| | | if (["edit", "view"].includes(type)) { |
| | | getDetail(this.form.id).then(res => { |
| | | |
| | | console.log("===>",res); |
| | | this.$set(this.form,"backblastPubPersonEntityList",res.data.data.backblastPubPersonEntityList) |
| | | }) |
| | | done() |
| | | } else { |
| | |
| | | .avue-upload__icon { |
| | | line-height: 6; |
| | | } |
| | | |
| | | .workOrderStyle { |
| | | font-weight: normal; |
| | | } |
| | | </style> |
| | |
| | | proxy: { |
| | | "/api": { |
| | | //本地服务接口地址 |
| | | // target:"http://192.168.2.111:9528", |
| | | target: "https://srgdjczzxtpt.com:2080/api", |
| | | target:"http://192.168.2.111:9528", |
| | | // target: "https://srgdjczzxtpt.com:2080/api", |
| | | // target: "https://kt39592615.goho.co", |
| | | // target: "http://z4042833u6.wicp.vip", |
| | | // target: "http://localhost:9528", |