提交 91faf212 authored 作者: Your Name's avatar Your Name

fix(创新示范): 数据更正

上级 117be4ee
......@@ -119,14 +119,14 @@ export default defineComponent({
},
{
label: "2021年第二季度",
value: "typeTwo",
value: "typeThree",
},
{
label: "2021第三季度",
value: "typeThree",
value: "typeTwo",
},
],
curYearIndex: 2,
curYearIndex: 1,
};
},
created() {},
......
......@@ -15,6 +15,7 @@ import * as echarts from "echarts";
import Mock from "./mock";
import { mapState } from "vuex";
enum Bar_Enum {
level_1 = "#4f5d81",
level_2 = "#429a9d",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论