Parcourir la source

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

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

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

@@ -176,8 +176,8 @@ function qf(row) {
   q_form.value = [
     {type: "低压蒸汽(GJ/"+row.q.lowUnitPrice+")",yn:row.q.lowUse},
     {type: "低压费用(元/天)", yn: row.q.lowPrice,},
-    {type: "中压蒸汽(GJ/"+row.d.qz.midUnitPrice+")",yn:row.q.midUse},
-    {type: "中亚费用(元/天)", qz: row.q.midPrice},
+    {type: "中压蒸汽(GJ/"+row.q.midUnitPrice+")",yn:row.q.midUse},
+    {type: "中亚费用(元/天)", yn: row.q.midPrice},
   ]
 
   d_title.value = "电费明细(" + new Date(row.date).Format('yyyy-MM-dd') + ")";