浏览代码

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

wukai 1 月之前
父节点
当前提交
3623983750
共有 1 个文件被更改,包括 2 次插入2 次删除
  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') + ")";