duhanyu
杜函宇 1 year ago
parent fb286f2cef
commit fdd818d871

@ -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 + "通报文件";

@ -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' }

Loading…
Cancel
Save