|
|
|
@ -796,7 +796,7 @@ import {getSubOneStreetMap} from "@/api/screen/subScreen/subOneGlobal.ts"; |
|
|
|
import { |
|
|
|
import { |
|
|
|
getAllSubOneSupervisionNotifyCount, |
|
|
|
getAllSubOneSupervisionNotifyCount, |
|
|
|
getSubOneChangedRank, getSubOneCheckBeer, getSubOneCompanyProblem, getSubOneGunController, getSubOneHandleCase, |
|
|
|
getSubOneChangedRank, getSubOneCheckBeer, getSubOneCompanyProblem, getSubOneGunController, getSubOneHandleCase, |
|
|
|
getSubOneProblemTypeRate, |
|
|
|
getSubOneProblemTypeRate, getSubOneSupervisionMap, |
|
|
|
getSubOneSupervisionTrend, getSubOneYellowBetDrug |
|
|
|
getSubOneSupervisionTrend, getSubOneYellowBetDrug |
|
|
|
} from "@/api/screen/subScreen/subOneSupervisionNotify.ts"; |
|
|
|
} from "@/api/screen/subScreen/subOneSupervisionNotify.ts"; |
|
|
|
|
|
|
|
|
|
|
|
@ -921,45 +921,43 @@ const messages = ref([ |
|
|
|
const currentYear = new Date().getFullYear(); |
|
|
|
const currentYear = new Date().getFullYear(); |
|
|
|
const years = ref([currentYear.toString(), (currentYear - 1).toString(), (currentYear - 2).toString()]); // 年份列表 |
|
|
|
const years = ref([currentYear.toString(), (currentYear - 1).toString(), (currentYear - 2).toString()]); // 年份列表 |
|
|
|
const selectedYear = ref('2024'); // 当前选中的年份 |
|
|
|
const selectedYear = ref('2024'); // 当前选中的年份 |
|
|
|
const avg = 1000 |
|
|
|
|
|
|
|
const subOneSceneInspMapChart = ref(null); // 地图 |
|
|
|
const subOneSceneInspMapChart = ref(null); // 地图 |
|
|
|
const route = useRoute(); |
|
|
|
const route = useRoute(); |
|
|
|
const currentDepartId = route.query.departId; |
|
|
|
const currentDepartId = route.query.departId; |
|
|
|
|
|
|
|
const time = ref([ |
|
|
|
|
|
|
|
moment().startOf("year").format("YYYY-MM-DD"), |
|
|
|
|
|
|
|
moment().format("YYYY-MM-DD"), |
|
|
|
|
|
|
|
]); |
|
|
|
|
|
|
|
const colors = [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
color: "linear-gradient( 270deg, #FB002D 0%, #822232 100%)", |
|
|
|
|
|
|
|
percentage: 80, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
color: "linear-gradient( 270deg, #FFB90E 0%, #71501D 100%)", |
|
|
|
|
|
|
|
percentage: 60, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
color: "linear-gradient( 270deg, #63E700 0%, #19674C 100%)", |
|
|
|
|
|
|
|
percentage: 40, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
// endregion |
|
|
|
// endregion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// region 所有图表 |
|
|
|
// region 所有图表 |
|
|
|
const wtlxPieOption = computed(() => { |
|
|
|
|
|
|
|
return { |
|
|
|
|
|
|
|
tooltip: { |
|
|
|
|
|
|
|
trigger: "item", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
series: [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
type: "pie", |
|
|
|
|
|
|
|
radius: ["40%", "70%"], |
|
|
|
|
|
|
|
label: { |
|
|
|
|
|
|
|
color: "#fff", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
data: wtlxList.value, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
echarts.registerMap("changsha", changshaMap); |
|
|
|
echarts.registerMap("changsha", changshaMap); |
|
|
|
const superviseTempMapVoList = ref([]); |
|
|
|
|
|
|
|
const option = ref({ |
|
|
|
const option = ref({ |
|
|
|
|
|
|
|
|
|
|
|
tooltip: { |
|
|
|
tooltip: { |
|
|
|
trigger: 'item', |
|
|
|
trigger: 'item', |
|
|
|
formatter: function (params) { |
|
|
|
formatter: function (params) { |
|
|
|
console.log(params) |
|
|
|
const dataItem = superviseTempMapVoList.value.find(item => item.name === params.name) || {}; // 找到对应的数据项 |
|
|
|
const dataItem = superviseTempMapVoList.value.find(item => item.name.includes(params.name.substring(0, 2))); |
|
|
|
console.log("Data item:", dataItem); |
|
|
|
if (dataItem) { |
|
|
|
if (dataItem.name===params.name ) { |
|
|
|
return ` |
|
|
|
return ` |
|
|
|
<div class="tooltip"> |
|
|
|
<div class="tooltip"> |
|
|
|
<div class="tooltip-title">${dataItem.originalName}</div> |
|
|
|
<div class="tooltip-title">${params.name}</div> |
|
|
|
<div class="tooltip-content"> |
|
|
|
<div class="tooltip-content"> |
|
|
|
<ul class="tooltip-ul" > |
|
|
|
<ul class="tooltip-ul" > |
|
|
|
<li>通报问题数 <span>${dataItem.totalPro}</span></li> |
|
|
|
<li>通报问题数 <span>${dataItem.totalPro}</span></li> |
|
|
|
@ -1002,11 +1000,8 @@ const option = ref({ |
|
|
|
color: "#fff", |
|
|
|
color: "#fff", |
|
|
|
}, |
|
|
|
}, |
|
|
|
calculable: true, |
|
|
|
calculable: true, |
|
|
|
// inRange: { |
|
|
|
|
|
|
|
// color: ['#4987F6', '#F6A149', '#D34343'] |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
series: [ |
|
|
|
series: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: "长沙", |
|
|
|
name: "长沙", |
|
|
|
@ -1034,6 +1029,24 @@ const option = ref({ |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
const wtlxPieOption = computed(() => { |
|
|
|
|
|
|
|
return { |
|
|
|
|
|
|
|
tooltip: { |
|
|
|
|
|
|
|
trigger: "item", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
series: [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
type: "pie", |
|
|
|
|
|
|
|
radius: ["40%", "70%"], |
|
|
|
|
|
|
|
label: { |
|
|
|
|
|
|
|
color: "#fff", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
data: wtlxList.value, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
const superviseTempMapVoList = ref([]); |
|
|
|
const proTrend = ref({ |
|
|
|
const proTrend = ref({ |
|
|
|
grid: { |
|
|
|
grid: { |
|
|
|
left: '5%', // 图表距离容器左边的距离 |
|
|
|
left: '5%', // 图表距离容器左边的距离 |
|
|
|
@ -1099,28 +1112,15 @@ const proTrend = ref({ |
|
|
|
// endregion |
|
|
|
// endregion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const handleCommand = (year) => { |
|
|
|
|
|
|
|
selectedYear.value = year; // 更新当前选中的年份 |
|
|
|
|
|
|
|
getSupervisionTrend(currentDepartId, year).then(res => { |
|
|
|
|
|
|
|
const supervisionTrend = res.supervisionTrend; |
|
|
|
|
|
|
|
const categories = supervisionTrend.map(item => item.name); |
|
|
|
|
|
|
|
const values = supervisionTrend.map(item => item.value); |
|
|
|
|
|
|
|
// 更新图表数据 |
|
|
|
|
|
|
|
proTrend.value.xAxis.data = categories; |
|
|
|
|
|
|
|
proTrend.value.series[0].data = values; |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// region 所有函数 |
|
|
|
// region 所有函数 |
|
|
|
const getMapJSON = async (currentDepartId) => { |
|
|
|
const getMapJSON = async (departId = currentDepartId) => { |
|
|
|
const res = await getSubOneStreetMap(currentDepartId) |
|
|
|
const res = await getSubOneStreetMap(departId) |
|
|
|
echarts.registerMap("changsha", res); |
|
|
|
echarts.registerMap("changsha", res); |
|
|
|
subOneSceneInspMapChart.value.chart.setOption(option.value); |
|
|
|
subOneSceneInspMapChart.value.chart.setOption(option.value); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const getChangedRank = async(currentDepartId, times)=>{ |
|
|
|
const getChangedRank = async (departId, times) => { |
|
|
|
const res = await getSubOneChangedRank(currentDepartId, times) |
|
|
|
const res = await getSubOneChangedRank(departId, times) |
|
|
|
fxsjRankOverview.value = res.fxsjRankOverview; |
|
|
|
fxsjRankOverview.value = res.fxsjRankOverview; |
|
|
|
jsdwRankOverview.value = res.jsdwRankOverview; |
|
|
|
jsdwRankOverview.value = res.jsdwRankOverview; |
|
|
|
fxsjChangedRankList.value = res.fxsjChangedRankList; |
|
|
|
fxsjChangedRankList.value = res.fxsjChangedRankList; |
|
|
|
@ -1129,14 +1129,14 @@ const getChangedRank = async(currentDepartId, times)=>{ |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const getProblemTypeRate = async(currentDepartId, times)=>{ |
|
|
|
const getProblemTypeRate = async (departId, times) => { |
|
|
|
const res = await getSubOneProblemTypeRate(currentDepartId, times) |
|
|
|
const res = await getSubOneProblemTypeRate(departId, times) |
|
|
|
wtlxList.value = res.wtlxList |
|
|
|
wtlxList.value = res.wtlxList |
|
|
|
console.log(res); |
|
|
|
console.log(res); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const getSupervisionOverView = async(currentDepartId, times)=>{ |
|
|
|
const getSupervisionOverView = async (departId, times) => { |
|
|
|
const res = await getAllSubOneSupervisionNotifyCount(currentDepartId, times) |
|
|
|
const res = await getAllSubOneSupervisionNotifyCount(departId, times) |
|
|
|
Object.assign(overview.value, { |
|
|
|
Object.assign(overview.value, { |
|
|
|
correctionRate: Number(res.overview.rectifyRate), |
|
|
|
correctionRate: Number(res.overview.rectifyRate), |
|
|
|
supervisionNotifyPreTotal: Number(res.overview.personNumber), |
|
|
|
supervisionNotifyPreTotal: Number(res.overview.personNumber), |
|
|
|
@ -1147,8 +1147,27 @@ const getSupervisionOverView = async(currentDepartId, times)=>{ |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const getSupervisionTrend = async(currentDepartId, times)=>{ |
|
|
|
const getMapData = async (departId, times) => { |
|
|
|
const res = await getSubOneSupervisionTrend(currentDepartId, times) |
|
|
|
const res = await getSubOneSupervisionMap(departId, times); |
|
|
|
|
|
|
|
const mappedData = res.superviseTempMapVoList.map(item => { |
|
|
|
|
|
|
|
return { |
|
|
|
|
|
|
|
...item, |
|
|
|
|
|
|
|
value: item.totalPro, |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
const total = mappedData.reduce((sum, item) => sum + Number(item.value), 0); |
|
|
|
|
|
|
|
const avg = total / mappedData.length; // 计算平均值 |
|
|
|
|
|
|
|
const range30Percent = avg * 0.3 // 不用取整,小数也可以 |
|
|
|
|
|
|
|
option.value.visualMap.pieces = [ |
|
|
|
|
|
|
|
{gte: 0, lte: avg - range30Percent, label: "低于平均问题30%", color: "#4987F6"}, |
|
|
|
|
|
|
|
{gte: avg - range30Percent, lte: avg + range30Percent, label: "平均问题上下浮动30%内", color: "#F6A149"}, |
|
|
|
|
|
|
|
{gte: avg + range30Percent, label: "高于平均问题30%", color: "#D34343"}, |
|
|
|
|
|
|
|
]; |
|
|
|
|
|
|
|
superviseTempMapVoList.value = mappedData; |
|
|
|
|
|
|
|
option.value.series[0].data = mappedData; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
const getSupervisionTrend = async (departId, times) => { |
|
|
|
|
|
|
|
const res = await getSubOneSupervisionTrend(departId, times) |
|
|
|
const supervisionTrend = res.supervisionTrend; |
|
|
|
const supervisionTrend = res.supervisionTrend; |
|
|
|
const categories = supervisionTrend.map(item => item.name); |
|
|
|
const categories = supervisionTrend.map(item => item.name); |
|
|
|
const values = supervisionTrend.map(item => item.value); |
|
|
|
const values = supervisionTrend.map(item => item.value); |
|
|
|
@ -1156,53 +1175,45 @@ const getSupervisionTrend = async(currentDepartId, times)=>{ |
|
|
|
proTrend.value.series[0].data = values; |
|
|
|
proTrend.value.series[0].data = values; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const getYellowBetDrugData = async(currentDepartId, times)=>{ |
|
|
|
const getYellowBetDrugData = async (departId, times) => { |
|
|
|
const res = await getSubOneYellowBetDrug(currentDepartId, times) |
|
|
|
const res = await getSubOneYellowBetDrug(departId, times) |
|
|
|
fxsjYellowBetOverview.value = res.fxsjYellowBetOverview |
|
|
|
fxsjYellowBetOverview.value = res.fxsjYellowBetOverview |
|
|
|
jsdwYellowBetOverview.value = res.jsdwYellowBetOverview |
|
|
|
jsdwYellowBetOverview.value = res.jsdwYellowBetOverview |
|
|
|
fxsjYellowBetRankList.value = res.fxsjYellowBetRankList |
|
|
|
fxsjYellowBetRankList.value = res.fxsjYellowBetRankList |
|
|
|
jsdwYellowBetRankList.value = res.jsdwYellowBetRankList |
|
|
|
jsdwYellowBetRankList.value = res.jsdwYellowBetRankList |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const getGunControllerData = async(currentDepartId, times)=>{ |
|
|
|
const getGunControllerData = async (departId, times) => { |
|
|
|
const res = await getSubOneGunController(currentDepartId, times) |
|
|
|
const res = await getSubOneGunController(departId, times) |
|
|
|
fxsjGunControllerOverview.value = res.fxsjGunControllerOverview |
|
|
|
fxsjGunControllerOverview.value = res.fxsjGunControllerOverview |
|
|
|
jsdwGunControllerOverview.value = res.jsdwGunControllerOverview |
|
|
|
jsdwGunControllerOverview.value = res.jsdwGunControllerOverview |
|
|
|
fxsjGunControllerRankList.value = res.fxsjGunControllerRankList |
|
|
|
fxsjGunControllerRankList.value = res.fxsjGunControllerRankList |
|
|
|
jsdwGunControllerRankList.value = res.jsdwGunControllerRankList |
|
|
|
jsdwGunControllerRankList.value = res.jsdwGunControllerRankList |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const getCompanyProblemData = async(currentDepartId, times)=>{ |
|
|
|
const getCompanyProblemData = async (departId, times) => { |
|
|
|
const res = await getSubOneCompanyProblem(currentDepartId, times) |
|
|
|
const res = await getSubOneCompanyProblem(departId, times) |
|
|
|
fxsjCompanyProblemOverview.value = res.fxsjCompanyProblemOverview |
|
|
|
fxsjCompanyProblemOverview.value = res.fxsjCompanyProblemOverview |
|
|
|
jsdwCompanyProblemOverview.value = res.jsdwCompanyProblemOverview |
|
|
|
jsdwCompanyProblemOverview.value = res.jsdwCompanyProblemOverview |
|
|
|
fxsjCompanyProblemRankList.value = res.fxsjCompanyProblemRankList |
|
|
|
fxsjCompanyProblemRankList.value = res.fxsjCompanyProblemRankList |
|
|
|
jsdwCompanyProblemRankList.value = res.jsdwCompanyProblemRankList |
|
|
|
jsdwCompanyProblemRankList.value = res.jsdwCompanyProblemRankList |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const getHandleCaseData = async(currentDepartId, times)=>{ |
|
|
|
const getHandleCaseData = async (departId, times) => { |
|
|
|
const res = await getSubOneHandleCase(currentDepartId, times) |
|
|
|
const res = await getSubOneHandleCase(departId, times) |
|
|
|
fxsjHandleCaseOverview.value = res.fxsjHandleCaseOverview |
|
|
|
fxsjHandleCaseOverview.value = res.fxsjHandleCaseOverview |
|
|
|
jsdwHandleCaseOverview.value = res.jsdwHandleCaseOverview |
|
|
|
jsdwHandleCaseOverview.value = res.jsdwHandleCaseOverview |
|
|
|
fxsjHandleCaseRankList.value = res.fxsjHandleCaseRankList |
|
|
|
fxsjHandleCaseRankList.value = res.fxsjHandleCaseRankList |
|
|
|
jsdwHandleCaseRankList.value = res.jsdwHandleCaseRankList |
|
|
|
jsdwHandleCaseRankList.value = res.jsdwHandleCaseRankList |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const getCheckBeerData = async(currentDepartId, times)=>{ |
|
|
|
const getCheckBeerData = async (departId, times) => { |
|
|
|
const res = await getSubOneCheckBeer(currentDepartId, times) |
|
|
|
const res = await getSubOneCheckBeer(departId, times) |
|
|
|
fxsjCheckBeerOverview.value = res.fxsjCheckBeerOverview |
|
|
|
fxsjCheckBeerOverview.value = res.fxsjCheckBeerOverview |
|
|
|
jsdwCheckBeerOverview.value = res.jsdwCheckBeerOverview |
|
|
|
jsdwCheckBeerOverview.value = res.jsdwCheckBeerOverview |
|
|
|
fxsjCheckBeerRankList.value = res.fxsjCheckBeerRankList |
|
|
|
fxsjCheckBeerRankList.value = res.fxsjCheckBeerRankList |
|
|
|
jsdwCheckBeerRankList.value = res.jsdwCheckBeerRankList |
|
|
|
jsdwCheckBeerRankList.value = res.jsdwCheckBeerRankList |
|
|
|
} |
|
|
|
} |
|
|
|
// endregion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// region 初始化数据 |
|
|
|
|
|
|
|
const time = ref([ |
|
|
|
|
|
|
|
moment().startOf("year").format("YYYY-MM-DD"), |
|
|
|
|
|
|
|
moment().format("YYYY-MM-DD"), |
|
|
|
|
|
|
|
]); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const getData = async () => { |
|
|
|
const getData = async () => { |
|
|
|
@ -1210,6 +1221,7 @@ const getData = async () => { |
|
|
|
getChangedRank(currentDepartId, time.value); |
|
|
|
getChangedRank(currentDepartId, time.value); |
|
|
|
getProblemTypeRate(currentDepartId, time.value); |
|
|
|
getProblemTypeRate(currentDepartId, time.value); |
|
|
|
getSupervisionOverView(currentDepartId, time.value); |
|
|
|
getSupervisionOverView(currentDepartId, time.value); |
|
|
|
|
|
|
|
getMapData(currentDepartId, time.value); |
|
|
|
getSupervisionTrend(currentDepartId, time.value); |
|
|
|
getSupervisionTrend(currentDepartId, time.value); |
|
|
|
getYellowBetDrugData(currentDepartId, time.value); |
|
|
|
getYellowBetDrugData(currentDepartId, time.value); |
|
|
|
getGunControllerData(currentDepartId, time.value); |
|
|
|
getGunControllerData(currentDepartId, time.value); |
|
|
|
@ -1217,6 +1229,9 @@ const getData = async () => { |
|
|
|
getHandleCaseData(currentDepartId, time.value); |
|
|
|
getHandleCaseData(currentDepartId, time.value); |
|
|
|
getCheckBeerData(currentDepartId, time.value); |
|
|
|
getCheckBeerData(currentDepartId, time.value); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// endregion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// region 监听 |
|
|
|
|
|
|
|
|
|
|
|
watch(time, () => { |
|
|
|
watch(time, () => { |
|
|
|
getData(); |
|
|
|
getData(); |
|
|
|
@ -1226,21 +1241,18 @@ watch(time, () => { |
|
|
|
onMounted(() => { |
|
|
|
onMounted(() => { |
|
|
|
getData(); |
|
|
|
getData(); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
const handleCommand = (year) => { |
|
|
|
|
|
|
|
selectedYear.value = year; // 更新当前选中的年份 |
|
|
|
|
|
|
|
getSupervisionTrend(currentDepartId, year).then(res => { |
|
|
|
|
|
|
|
const supervisionTrend = res.supervisionTrend; |
|
|
|
|
|
|
|
const categories = supervisionTrend.map(item => item.name); |
|
|
|
|
|
|
|
const values = supervisionTrend.map(item => item.value); |
|
|
|
|
|
|
|
// 更新图表数据 |
|
|
|
|
|
|
|
proTrend.value.xAxis.data = categories; |
|
|
|
|
|
|
|
proTrend.value.series[0].data = values; |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
const colors = [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
color: "linear-gradient( 270deg, #FB002D 0%, #822232 100%)", |
|
|
|
|
|
|
|
percentage: 80, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
color: "linear-gradient( 270deg, #FFB90E 0%, #71501D 100%)", |
|
|
|
|
|
|
|
percentage: 60, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
color: "linear-gradient( 270deg, #63E700 0%, #19674C 100%)", |
|
|
|
|
|
|
|
percentage: 40, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
]; |
|
|
|
|
|
|
|
// endregion |
|
|
|
// endregion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|