diff --git a/src/views/dashboard/charts/StdChart.vue b/src/views/dashboard/charts/StdChart.vue new file mode 100644 index 0000000..fce7ae5 --- /dev/null +++ b/src/views/dashboard/charts/StdChart.vue @@ -0,0 +1,64 @@ + + + + + + + diff --git a/src/views/index.vue b/src/views/index.vue index f8a15f7..ee4c6ff 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -20,7 +20,9 @@ side="right" icon="std" title="标准组件产出" - > + > + + @@ -47,6 +49,7 @@ import FtoChart from "./dashboard/charts/Fto.vue"; import ChipInvestChart from "./dashboard/charts/ChipInvest.vue"; import BipvChart from "./dashboard/charts/Bipv.vue"; import ChipYieldChart from "./dashboard/charts/ChipYield.vue"; +import StdChart from "./dashboard/charts/StdChart.vue"; const LOCATIONS = [ // 佳木斯 @@ -74,6 +77,7 @@ export default { ChipInvestChart, ChipYieldChart, BipvChart, + StdChart, }, data() { return {