diff --git a/src/views/dashboard/charts/Bipv.vue b/src/views/dashboard/charts/Bipv.vue new file mode 100644 index 0000000..bc111fe --- /dev/null +++ b/src/views/dashboard/charts/Bipv.vue @@ -0,0 +1,57 @@ + + + + + + + diff --git a/src/views/dashboard/charts/LeftChartBase.vue b/src/views/dashboard/charts/LeftChartBase.vue index 3b0a8d9..2c8c6ef 100644 --- a/src/views/dashboard/charts/LeftChartBase.vue +++ b/src/views/dashboard/charts/LeftChartBase.vue @@ -1,5 +1,5 @@ + + + + + + diff --git a/src/views/index.vue b/src/views/index.vue index 78b3bad..b6ebd7b 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -23,11 +23,9 @@ icon="std" title="标准组件产出" > - + + + @@ -49,6 +47,7 @@ import Container from "./dashboard/components/Container.vue"; import ChartContainer from "./dashboard/components/ChartContainer.vue"; import FtoChart from "./dashboard/charts/Fto.vue"; import ChipInvestChart from "./dashboard/charts/ChipInvest.vue"; +import BipvChart from "./dashboard/charts/Bipv.vue"; export default { name: "Index", @@ -59,6 +58,7 @@ export default { ChartContainer, FtoChart, ChipInvestChart, + BipvChart, }, data() { return {