Source/UBCS-WEB/src/components/StatisticsComponent/ColumnarChart.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS-WEB/src/components/StatisticsComponent/mixCart.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/src/components/StatisticsComponent/ColumnarChart.vue
@@ -36,7 +36,7 @@ ); }); let colors = ["#91CC75", "#5470C6"]; let colors = ['#2eadd6', '#FFA500']; const seriesData = []; for (let i = 0; i < newval.length; i++) { Source/UBCS-WEB/src/components/StatisticsComponent/mixCart.vue
@@ -79,7 +79,7 @@ immediate: true, handler(newval, oldval) { if (newval) { const colors = ["#8fef5b", "#db3c3c"]; const colors = ["#2eadd6", "#db3c3c"]; const seriesData = newval.map((data, index) => ({ name: index === 0 ? "总量" : "新增",