diff --git a/src/views/iot/project/profileV2/ENavLayout/index.vue b/src/views/iot/project/profileV2/ENavLayout/index.vue index ee959a67..c23edd1f 100644 --- a/src/views/iot/project/profileV2/ENavLayout/index.vue +++ b/src/views/iot/project/profileV2/ENavLayout/index.vue @@ -38,6 +38,7 @@ import EEnergyLoad from "../EnergyManage/EEnergyLoad"; import ENavMenuButton from '../ENavMenuButton/index'; import ShopLocation from "@/components/Amap/components/shopLocation/index"; import ESceneManage from '../ESceneManage/index' +import EPrice from '../EPrice/index' export default { name: 'EProjectNavLayout', components: { @@ -61,7 +62,8 @@ export default { EEnergyLoad, ShopLocation, ESceneManage, - ENavMenuButton + ENavMenuButton, + EPrice }, props: { tabs: { diff --git a/src/views/iot/project/profileV2/EPrice/index.vue b/src/views/iot/project/profileV2/EPrice/index.vue new file mode 100644 index 00000000..4f8c4774 --- /dev/null +++ b/src/views/iot/project/profileV2/EPrice/index.vue @@ -0,0 +1,522 @@ + + + + diff --git a/src/views/iot/project/profileV2/EPrice/profile/timePicker.vue b/src/views/iot/project/profileV2/EPrice/profile/timePicker.vue new file mode 100644 index 00000000..5679a4a9 --- /dev/null +++ b/src/views/iot/project/profileV2/EPrice/profile/timePicker.vue @@ -0,0 +1,223 @@ + + + diff --git a/src/views/iot/project/profileV2/details.vue b/src/views/iot/project/profileV2/details.vue index f378d3fa..4759a8f7 100644 --- a/src/views/iot/project/profileV2/details.vue +++ b/src/views/iot/project/profileV2/details.vue @@ -376,12 +376,17 @@ export default { template: 'ENavLayout', children: [ { - label: "电 量", + label: "电 量", key: "electricity", template: "EElectricity", }, { - label: "负 载", + label: "电价合同", + key: "eprice", + template: "EPrice", + }, + { + label: "负 载", key: "energyLoad", template: "EEnergyLoad", },