diff --git a/src/views/privateOrder/security/components/ReportingStatistics.vue b/src/views/privateOrder/security/components/ReportingStatistics.vue index f4c8502..7f72764 100644 --- a/src/views/privateOrder/security/components/ReportingStatistics.vue +++ b/src/views/privateOrder/security/components/ReportingStatistics.vue @@ -361,22 +361,22 @@ export default { }); }, //属地通报 - getSDData() { - territorialTB().then((res) => { - res.data.forEach((value, index) => { - this.piedata.push({ - name: this.$filterDict("1", `[${value.areaId}]`, true), - value: value.count, - percent: value.pt, - area: value.area, - img: require(`@/assets/privateOrder/general/${ - index + 1 > 8 ? 1 : index + 1 - }.png`), - }); - }); - this.inItPie(); - }); - }, + // getSDData() { + // territorialTB().then((res) => { + // res.data.forEach((value, index) => { + // this.piedata.push({ + // name: this.$filterDict("1", `[${value.areaId}]`, true), + // value: value.count, + // percent: value.pt, + // area: value.area, + // img: require(`@/assets/privateOrder/general/${ + // index + 1 > 8 ? 1 : index + 1 + // }.png`), + // }); + // }); + // this.inItPie(); + // }); + // }, // top4部门点击 clickTop4(val) { this.dialogTitle = val.depName + "通报文件"; diff --git a/src/views/privateOrder/sentiment/components/componentRight.vue b/src/views/privateOrder/sentiment/components/componentRight.vue index 1c0e684..8fe7618 100644 --- a/src/views/privateOrder/sentiment/components/componentRight.vue +++ b/src/views/privateOrder/sentiment/components/componentRight.vue @@ -415,7 +415,7 @@ export default { return { color: '#ff8839' } } else if (status === '处理中') { return { color: '#ff8839' } - } else if (status === '已处理') { + } else if (status === '已处置') { return { color: '#ffed1f' } } else if (status === '待核查') { return { color: '#53edff' }