| | |
| | | search: true, |
| | | align: 'center', |
| | | labelWidth: 110, |
| | | }, { |
| | | label: '是否问题', |
| | | align: 'center', |
| | | prop: 'isProblem', |
| | | type: 'radio', |
| | | slot: true, |
| | | dicData: [{ |
| | | label: '是', |
| | | value: 1 |
| | | }, { |
| | | label: '否', |
| | | value: 2 |
| | | }], |
| | | width: 90, |
| | | }, |
| | | { |
| | | label: '是否处理', |
| | | align: 'center', |
| | | prop: 'isHandle', |
| | | type: 'radio', |
| | | slot: true, |
| | | dicData: [{ |
| | | label: '是', |
| | | value: 1 |
| | | }, { |
| | | label: '否', |
| | | value: 2 |
| | | }], |
| | | width: 90, |
| | | }, |
| | | { |
| | | label: '是否上报', |
| | | align: 'center', |
| | | prop: 'isReporting', |
| | | type: 'radio', |
| | | slot: true, |
| | | dicData: [{ |
| | | label: '是', |
| | | value: 1 |
| | | }, { |
| | | label: '否', |
| | | value: 2 |
| | | }], |
| | | width: 90, |
| | | }, { |
| | | width: 110, |
| | | span: 12, |
| | | label: "场所名称", |
| | | prop: "placeName", |
| | | searchSpan: 4, |
| | | searchLabelWidth: 60, |
| | | search: true, |
| | | align: 'center', |
| | | labelWidth: 110, |
| | | }, |
| | | { |
| | | label: "类型", |
| | | prop: "type", |
| | | align: 'center', |
| | | dicUrl: "/api/blade-system/dict-biz/tree?code=xyaqyw", |
| | | props: { |
| | | label: "title", |
| | | value: "key", |
| | | }, |
| | | }, |
| | | { |
| | | width: 120, |
| | |
| | | prop: "streetName", |
| | | align: 'center', |
| | | labelWidth: 110, |
| | | }, { |
| | | }, |
| | | { |
| | | width: 156, |
| | | parent: false, |
| | | searchSpan: 4, |
| | |
| | | // 确认提交审核 |
| | | submitAudit(form) { |
| | | let auditForm = { |
| | | confirmFlag: form.status == '1' ? 3 : 4, |
| | | confirmFlag: form.status == '1' ? 2 : 3, |
| | | confirmNotion: form.confirmNotion, |
| | | } |
| | | updateAuditing(Object.assign(this.auditParams, auditForm)).then(res => { |