diff --git a/package.json b/package.json index 45a2630..93d1272 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,7 @@ "highlight.js": "^11.9.0", "js-beautify": "^1.15.1", "jsencrypt": "3.3.1", + "mockjs": "^1.1.0", "moment": "^2.30.1", "nprogress": "0.2.0", "quill": "^1.3.7", diff --git a/src/views/copilot/efficiency/index.vue b/src/views/copilot/efficiency/index.vue new file mode 100644 index 0000000..d08085d --- /dev/null +++ b/src/views/copilot/efficiency/index.vue @@ -0,0 +1,27 @@ + + + + + + + diff --git a/src/views/copilot/energy/index.vue b/src/views/copilot/energy/index.vue new file mode 100644 index 0000000..3ebf64b --- /dev/null +++ b/src/views/copilot/energy/index.vue @@ -0,0 +1,27 @@ + + + + + + + diff --git a/src/views/copilot/yield/index.vue b/src/views/copilot/yield/index.vue new file mode 100644 index 0000000..0032337 --- /dev/null +++ b/src/views/copilot/yield/index.vue @@ -0,0 +1,25 @@ + + + + + + + diff --git a/src/views/dashboard/charts/Fto.vue b/src/views/dashboard/charts/Fto.vue index 8e3698e..a1a3516 100644 --- a/src/views/dashboard/charts/Fto.vue +++ b/src/views/dashboard/charts/Fto.vue @@ -50,5 +50,8 @@ export default { ], }, }, + mounted() { + console.log("FTO created..."); + }, }; diff --git a/src/views/dashboard/components/Container.vue b/src/views/dashboard/components/Container.vue index ac4aa7f..4292491 100644 --- a/src/views/dashboard/components/Container.vue +++ b/src/views/dashboard/components/Container.vue @@ -7,6 +7,26 @@