skyline před 2 roky
rodič
revize
3784edb09c

+ 1 - 0
admin-web/src/views/admin/station/stat/index.vue

@@ -147,6 +147,7 @@ const state = reactive({
     columns: [
       {label: '站点', prop: 'stationId', resizable: true,width:140,fixed:'left'},
       {label: '统计时间', prop: 'statMonth', resizable: true,width:90},
+      {label: '订单电量', prop: 'totalPower', resizable: true,width:100},
       {label: '订单金额', prop: 'totalMoney', resizable: true,width:100},
       {label: '订单电费', prop: 'elecMoney', resizable: true,width:100},
       {label: '实际抄表电费', prop: 'actualElecMoney', resizable: true,width:120},