diff --git a/packages/3.0.0/AppReportAiWill/components/List.vue b/packages/3.0.0/AppReportAiWill/components/List.vue index b4b551bb..b724c1eb 100644 --- a/packages/3.0.0/AppReportAiWill/components/List.vue +++ b/packages/3.0.0/AppReportAiWill/components/List.vue @@ -74,15 +74,15 @@ colConfigs() { return [ - {prop: 'content', label: '内容描述', width: '300px' }, - {prop: 'groupName', label: '事件类型', align: 'center'}, - {prop: 'girdName', label: '所属网格', align: 'center'}, - {prop: 'createTime', label: '上报时间', align: 'center'}, - {prop: 'name', label: '上报居民', align: 'center'}, - {prop: 'phone', label: '联系方式', align: 'center'}, + { prop: 'content', label: '内容描述', width: '300px' }, + { prop: 'groupName', label: '事件类型', align: 'center' }, + { prop: 'girdName', label: '所属网格', align: 'center' }, + { prop: 'createTime', label: '上报时间', align: 'center' }, + { prop: 'name', label: '上报居民', align: 'center' }, + { prop: 'phone', label: '联系方式', align: 'center' }, { prop: 'eventStatus', label: '处理状态', align: 'center', formart: v => this.dict.getLabel('clapEventStatus', v) }, - { prop: 'processTime', label: '处理时长', align: 'center'}, - {slot: 'options'} + { prop: 'processTime', label: '处理时长', align: 'center' }, + { slot: 'options' } ] }, diff --git a/packages/3.0.0/AppReportAiWill/reportAtWillDetail.vue b/packages/3.0.0/AppReportAiWill/reportAtWillDetail.vue deleted file mode 100644 index 232c4bec..00000000 --- a/packages/3.0.0/AppReportAiWill/reportAtWillDetail.vue +++ /dev/null @@ -1,606 +0,0 @@ - - - - - - - - 公示事件 - - - 取消公示 - - - - handleAppoint(v, detail)"> - 指派人员 - - - 处理事件 - - - 短信催办 - - - - - - - - - - - - - - {{ - report.dict.getLabel( - 'reportAtWillHandleStatus', - detail.status - ) - }} - - {{ - detail.createTime - }} - {{ detail.areaName }} - {{ detail.address }} - - - - {{ - detail.explain - }} - - - - - - - - - - - - - {{ - dict.getLabel('atWillReportType', detail.reportType) - }} - {{ - detail.ruleName || '-' - }} - {{ - detail.integral > 0 - ? '+' + detail.integral - : detail.integral - }} - {{ - detail.handleResult || '-' - }} - - - - - - - - - - - - - - - {{ step.title }} - - - - - {{ step.description }} - - - - - - - - - - - - - - - - - - - - - {{ item.ruleName }} - 积分{{ item.integral }} - - - - - - - - - - - - - - - - -
- {{ step.description }} -