diff --git a/git b/git new file mode 100644 index 0000000..e69de29 diff --git a/src/assets/styles/element-ui.scss b/src/assets/styles/element-ui.scss index f1c1197..f26dd4a 100644 --- a/src/assets/styles/element-ui.scss +++ b/src/assets/styles/element-ui.scss @@ -1458,4 +1458,22 @@ .el-tag.el-tag--success{ font-weight: bold !important; color: #03a249 !important; +} +.el-calendar { + background-color: #637c94 !important; +} +.el-calendar-table td.is-selected .calendar-cell { + color: #409eff !important; + font-weight: bold; +} +.el-calendar-table .el-calendar-day:hover .calendar-cell { + color: #409eff !important; + font-weight: bold; +} +.el-calendar-table thead th { + color: #d8def3 !important; +} +.el-calendar__title{ + color: #ffffff !important; + font-weight: bold; } \ No newline at end of file diff --git a/src/views/centerairC/dateSwitch/index.vue b/src/views/centerairC/dateSwitch/index.vue new file mode 100644 index 0000000..7a181a6 --- /dev/null +++ b/src/views/centerairC/dateSwitch/index.vue @@ -0,0 +1,514 @@ + + + + + diff --git a/src/views/centerairC/equilibrium/index.vue b/src/views/centerairC/equilibrium/index.vue new file mode 100644 index 0000000..df22eeb --- /dev/null +++ b/src/views/centerairC/equilibrium/index.vue @@ -0,0 +1,1205 @@ + + + + + diff --git a/src/views/centerairC/sysMonitor/monitorCenter.vue b/src/views/centerairC/sysMonitor/monitorCenter.vue index f2115ea..f8e5267 100644 --- a/src/views/centerairC/sysMonitor/monitorCenter.vue +++ b/src/views/centerairC/sysMonitor/monitorCenter.vue @@ -113,6 +113,17 @@ {{ performanceObj.yearCold }} kw +
+ 热平衡率: + 82 + % +
+
+ 热平衡偏差: + 1.8 + % + 校验通过√ +
@@ -4138,12 +4149,18 @@ export default { font-family: DIN; font-size: 0.25rem; } + .normal { + font-size: 0.13rem; + color: #007bff; + font-weight: bold; + margin-left: 0.1rem; + } } .performance { position: absolute; - top: 6.1rem !important; - right: -0.6rem !important; + top: 5.4rem !important; + right: -1.2rem !important; display: flex; flex-direction: column; align-items: flex-start; @@ -4151,7 +4168,7 @@ export default { font-size: 0.16rem; } .perdformance-bg { - width: 2.85rem; + width: 2.95rem; z-index: 10; display: flex; flex-direction: column; diff --git a/src/views/components/aircAndWindcMeter.vue b/src/views/components/aircAndWindcMeter.vue index ed7c932..c8120f3 100644 --- a/src/views/components/aircAndWindcMeter.vue +++ b/src/views/components/aircAndWindcMeter.vue @@ -9,7 +9,7 @@ import * as echarts from "echarts"; export default { props: { subData: { - type: Array, + // type: Array, required: true, }, }, diff --git a/src/views/components/hotWater.vue b/src/views/components/hotWater.vue index 13c461d..e264f15 100644 --- a/src/views/components/hotWater.vue +++ b/src/views/components/hotWater.vue @@ -45,7 +45,7 @@ export default { props: { subData: { - type: Array, + // type: Array, required: true, }, }, diff --git a/src/views/components/sysEnergy.vue b/src/views/components/sysEnergy.vue new file mode 100644 index 0000000..7633f19 --- /dev/null +++ b/src/views/components/sysEnergy.vue @@ -0,0 +1,815 @@ + + + + + diff --git a/src/views/components/temMeter.vue b/src/views/components/temMeter.vue index 96d0fe0..d26ff46 100644 --- a/src/views/components/temMeter.vue +++ b/src/views/components/temMeter.vue @@ -9,7 +9,7 @@ import * as echarts from "echarts"; export default { props: { subData: { - type: Array, + // type: Array, required: true, }, }, diff --git a/src/views/components/viewColdSys.vue b/src/views/components/viewColdSys.vue index d38b60a..3bbdde5 100644 --- a/src/views/components/viewColdSys.vue +++ b/src/views/components/viewColdSys.vue @@ -11,7 +11,7 @@ import * as echarts from "echarts"; export default { props: { subData: { - type: Object, + // type: Object, required: true, }, title: "", @@ -86,7 +86,8 @@ export default { //初始化chartInstance2对象 折线图 initChart() { this.chartInstance = echarts.init(this.$refs.sys_charts); - var dataArr = this.subData.curValue; //值 + // var dataArr = this.subData.curValue; //值 + var dataArr = 8 var maxData = 10; //最大值 this.option = { // backgroundColor: "#0E1327", @@ -358,7 +359,8 @@ export default { echartsData() { if (this.subData.length > 0) { this.useForm.maxData = 10; - this.useForm.useData = this.subData[0].value; + // this.useForm.useData = this.subData[0].value; + this.useForm.useData = 8; let that = this; // 使用配置函数 const axisLineColor = this.getAxisLineColor( diff --git a/src/views/index.vue b/src/views/index.vue index 8832686..0f66f92 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -148,6 +148,12 @@ +
+
+
实时EER系数
+
+ +