|
|
|
|
@ -216,7 +216,7 @@ import vCharts from "vue-echarts";
|
|
|
|
|
import changshaMap from "@/assets/data/changsha.json"; |
|
|
|
|
import * as echarts from "echarts/core"; |
|
|
|
|
import moment from "moment"; |
|
|
|
|
import {setNameFun} from "@/enums/orgMapping.js"; |
|
|
|
|
|
|
|
|
|
import { |
|
|
|
|
getALlComfortCount, |
|
|
|
|
getPunishmentSituation, |
|
|
|
|
@ -643,6 +643,13 @@ const hurtNumOption = ref({
|
|
|
|
|
trigger: "item", |
|
|
|
|
}, |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
function setNameFun(name){ |
|
|
|
|
if(name == '湘江新区公安局'){ |
|
|
|
|
return '湘江新区' |
|
|
|
|
} |
|
|
|
|
return name; |
|
|
|
|
} |
|
|
|
|
const hurtTypeOption = ref({ |
|
|
|
|
series: [ |
|
|
|
|
{ |
|
|
|
|
|