Parcourir la source

染整线能耗月统计--小调整--再调整

wukai il y a 3 mois
Parent
commit
2f0ed23de0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/ws/month/index.vue

+ 1 - 1
src/views/ws/month/index.vue

@@ -180,7 +180,7 @@ function qf(row) {
     {type: "中亚费用(元/天)", yn: row.q.midPrice},
   ]
 
-  d_title.value = "电费明细(" + new Date(row.date).Format('yyyy-MM-dd') + ")";
+  q_title.value = "汽费明细(" + new Date(row.date).Format('yyyy-MM-dd') + ")";
 }
 
 /** 查询能源统计列表 */