diff --git a/src/assets/images/ems/bigData.png b/src/assets/images/ems/bigData.png new file mode 100644 index 0000000..a70e170 Binary files /dev/null and b/src/assets/images/ems/bigData.png differ diff --git a/src/assets/styles/common.scss b/src/assets/styles/common.scss index 7f7fb30..a216e16 100644 --- a/src/assets/styles/common.scss +++ b/src/assets/styles/common.scss @@ -104,6 +104,10 @@ .el-card__header { background-color: #b64040; //#fc6b69; } + + .work-status { + color: #b64040 !important;; + } } //绿色背景颜色标题 @@ -111,6 +115,10 @@ .el-card__header { background-color: #40b6a5; //#05aea3; } + + .work-status { + color: #40b6a5 !important; + } } //灰色背景颜色标题 @@ -118,6 +126,10 @@ .el-card__header { background-color: #666666; } + + .work-status { + color: #666666 !important;; + } } } diff --git a/src/components/BigDataPopup/index.vue b/src/components/BigDataPopup/index.vue new file mode 100644 index 0000000..bd5bacb --- /dev/null +++ b/src/components/BigDataPopup/index.vue @@ -0,0 +1,49 @@ + + + + \ No newline at end of file diff --git a/src/components/Ems/DateRangeSelect/index.vue b/src/components/Ems/DateRangeSelect/index.vue index ae234d9..e1560b8 100644 --- a/src/components/Ems/DateRangeSelect/index.vue +++ b/src/components/Ems/DateRangeSelect/index.vue @@ -1,36 +1,68 @@ diff --git a/src/components/Ems/ZdBaseInfo/index.vue b/src/components/Ems/ZdBaseInfo/index.vue index e18693a..8028c33 100644 --- a/src/components/Ems/ZdBaseInfo/index.vue +++ b/src/components/Ems/ZdBaseInfo/index.vue @@ -32,13 +32,13 @@ export default { attr:'installCapacity' },{ - title:'总充电量(MWh)', + title:'总充电量(KWh)', num:'', color:'#A696FF', attr:'totalChargedCap' },{ - title:'总放电量(MWh)', + title:'总放电量(KWh)', num:'', color:'#A696FF', attr:'totalDischargedCap' diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 75cfc8e..df8393d 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -1,19 +1,24 @@ diff --git a/src/views/ems/dzjk/sbjk/bmszl/index.vue b/src/views/ems/dzjk/sbjk/bmszl/index.vue index 761002b..65cfd0d 100644 --- a/src/views/ems/dzjk/sbjk/bmszl/index.vue +++ b/src/views/ems/dzjk/sbjk/bmszl/index.vue @@ -1,12 +1,10 @@