Browse Source

no message

XAWDJ0277HWXPT2\Administrator 5 years ago
parent
commit
cc2bc1afc0

File diff suppressed because it is too large
+ 1 - 1
web/index.html


File diff suppressed because it is too large
+ 2 - 2
web/js/app.2effa8ec.js


File diff suppressed because it is too large
+ 1 - 1
web/js/app.2effa8ec.js.map


File diff suppressed because it is too large
+ 2 - 2
web/js/chunk-27550a72.81fd3b05.js


File diff suppressed because it is too large
+ 1 - 0
web/js/chunk-27550a72.498f1b83.js.map


File diff suppressed because it is too large
+ 0 - 1
web/js/chunk-27550a72.81fd3b05.js.map


File diff suppressed because it is too large
+ 0 - 2
web/js/chunk-3520c2d6.90345aed.js


File diff suppressed because it is too large
+ 0 - 1
web/js/chunk-3520c2d6.90345aed.js.map


File diff suppressed because it is too large
+ 2 - 0
web/js/chunk-3520c2d6.c39c83f8.js


File diff suppressed because it is too large
+ 1 - 0
web/js/chunk-3520c2d6.c39c83f8.js.map


File diff suppressed because it is too large
+ 2 - 0
web/js/chunk-6b1d2eca.96bf3759.js


File diff suppressed because it is too large
+ 1 - 0
web/js/chunk-6b1d2eca.96bf3759.js.map


File diff suppressed because it is too large
+ 0 - 2
web/js/chunk-6b1d2eca.e0a25f84.js


File diff suppressed because it is too large
+ 0 - 1
web/js/chunk-6b1d2eca.e0a25f84.js.map


+ 15 - 15
webConfig/src/views/alarmMaintenance/alarmMaintenance.vue

@@ -355,13 +355,13 @@
                 /*表格*/
                 tableList:[],
                 multipleSelection:[],
-                alarmTableList:[
-                  {prop:'project',label:'项目名称'},
-                  {prop:'number',label:'报警路灯'},
-                  {prop:'stralarmtype',label:'报警事件'},
-                  {prop:'statusStr',label:'是否已处理'},
-                  {prop:'updatetime',label:'更新时间'}
-                ],
+                // alarmTableList:[
+                //   {prop:'project',label:'项目名称'},
+                //   {prop:'number',label:'报警路灯'},
+                //   {prop:'stralarmtype',label:'报警事件'},
+                //   {prop:'statusStr',label:'是否已处理'},
+                //   {prop:'updatetime',label:'更新时间'}
+                // ],
                 alarmTableListEN:[
                   {prop:'project',label:'Project name'},
                   {prop:'number',label:'Alarm lamp'},
@@ -436,16 +436,16 @@
         },
         mounted(){
             this.alarmTableListEN = [
-                {prop:'project',label:'Project name',width:8*this.remRatio},
-                {prop:'number',label:'Alarm lamp',width:8*this.remRatio},
+                {prop:'project',label:'Project name',width:9*this.remRatio},
+                {prop:'number',label:'Alarm lamp',width:9*this.remRatio},
                 {prop:'stralarmtype',label:'Alarm event',align:"left"},
                 {prop:'statusStr',label:'whether processed',width:12*this.remRatio},
                 {prop:'updatetime',label:'Update time',width:13*this.remRatio}
             ];
 
             this.patrolTableListEN = [
-                {prop:'project_name',label:'Project name'},
-                {prop:'number',label:'Lamp Number'},
+                {prop:'project_name',label:'Project name',width:9*this.remRatio},
+                {prop:'number',label:'Lamp Number',width:9*this.remRatio},
                 {prop:'patrolinterval',label:'Inspection interval time(min)'}
             ]
             this.alarmNav = 'Alarm';
@@ -826,7 +826,7 @@
                 this)
             },
             exportExcel(){
-                if(this.alarmNav != '巡检设置' && this.alarmNav != 'Inspection setup'){
+                if(this.alarmNav != 'Inspection setup'){
                     this.alarmGet(this.currentPage,data => {
                         // console.log(data)
                         this.loading.exportExcel = false;
@@ -1107,18 +1107,18 @@
             },
             alarmNavFun(type){
                 this.alarmNav = type;
-                if(type == '告警信息' || type == 'Alarm'){
+                if(type == 'Alarm'){
                     this.alarmGet(1,() => {
                         // console.log(data)
                     })
                 }
-                if(type == '历史告警' || type == 'Historical alarm'){
+                if(type == 'Historical alarm'){
                     this.alarmGet(1,() => {
                         // console.log(data)
                     })
                 }
                 // console.log(type)
-                if(type == '巡检设置' || type == 'Inspection setup'){
+                if(type == 'Inspection setup'){
                     this.patrol_list(1,() => {
                         // console.log(data)
                     })

+ 2 - 2
webConfig/src/views/dashboard.vue

@@ -111,7 +111,7 @@
                             </div> -->
                             <div class="li">
                                 <p class="p1" :title="statisticInfo.electricity">{{statisticInfo.electricity?statisticInfo.electricity:0}}</p>
-                                <p class="p2">Electricity(Wh)</p>
+                                <p class="p2">Electricity(kWh)</p>
                             </div>
                             <div class="li">
                                 <p class="p1" :title="statisticInfo.CO2_reduction">{{statisticInfo.CO2_reduction?statisticInfo.CO2_reduction:0}}</p>
@@ -119,7 +119,7 @@
                             </div>
                             <div class="li">
                                 <p class="p1" :title="statisticInfo.SO2_reduction">{{statisticInfo.SO2_reduction?statisticInfo.SO2_reduction:0}}</p>
-                                <p class="p2">SO2 reduction(g)</p>
+                                <p class="p2">SO2 reduction(Kg)</p>
                             </div>
                             <div class="li">
                                 <p class="p1" :title="statisticInfo.TCE_reduction">{{statisticInfo.TCE_reduction?statisticInfo.TCE_reduction:0}}</p>

+ 4 - 5
webConfig/src/views/historicalData/historicalData.vue

@@ -63,7 +63,7 @@
                         v-loading="loading.table"
                         ref="multipleTable"
                         @selection-change="handleSelectionChange"
-                        v-if="reportType == 'table' || (reportType == 'report'&&(reportNav=='列表'||reportNav=='Lists'))"
+                        v-if="reportType == 'table' || (reportType == 'report'&&(reportNav=='Lists'))"
                         :data="tableData"
                         border
                         style="width: 100%"
@@ -160,7 +160,7 @@
                     <div class="paging_box">
                         <el-button type="primary" :class="{'report_bottton':reportType == 'report'}" icon="el-icon-check" round @click="reportTypeFun()" v-if="reportType == 'table' || (reportType == 'report'&&reportNav=='Lists')" style="width: 230px;">{{reportTypeBt}}</el-button>
                         <el-pagination
-                          v-if="reportType == 'table' || (reportType == 'report'&&(reportNav=='列表'||reportNav=='Lists'))"
+                          v-if="reportType == 'table' || (reportType == 'report'&&(reportNav=='Lists'))"
                           @size-change="handleSizeChange"
                           @current-change="handleCurrentChange"
                           :current-page.sync="currentPage"
@@ -656,7 +656,7 @@
             reportNavFun(type){
                 if(!this.loading.table){
                     this.reportNav = type;
-                    if(type != '列表' && type != 'Lists'){
+                    if(type != 'Lists'){
                         if(this.reportNavFunIsTrue){
                             this.reportNavFunIsTrue = false;
 
@@ -717,7 +717,6 @@
                 }else{
                     this.reportType = 'table';
                     this.reportNav = 'Lists';
-                    this.reportTypeBt = '查看选中路灯';
                     this.reportTypeBt = 'See selected street lights';
                     this.currentPage = 1;
                     this.reportHome(this.currentPage,0,data => {
@@ -767,7 +766,7 @@
                     data =>{
                         if(type == 0){
                             if(callback){
-                                if(this.reportNav == '列表' || type == 'Lists'){
+                                if(this.reportNav == 'Lists'){
                                     this.tableData = data.data.list;
                                     this.currentPage = value;
                                     this.total = data.data.total*this.pageSize;