Browse Source

设备完好率

zhengkaixin 1 năm trước cách đây
mục cha
commit
43d90910d9
1 tập tin đã thay đổi với 8 bổ sung1 xóa
  1. 8 1
      pagesFinance/statistics/index.vue

+ 8 - 1
pagesFinance/statistics/index.vue

@@ -1432,7 +1432,14 @@
 										"<p><span style='display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:#FF3D00;'></span>折扣卡金额" +
 										'<span style="' + style +
 										'">' + (info.cardBuyFee ? info.cardBuyFee : 0).toFixed(2) + '元</span></p>';
-								}
+								}
+								
+							}
+							if (this.type_head == 2) {
+								text1 +=
+									"<p><span style='display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:#19be6b;'></span>设备完好率" +
+									'<span style="' + style +
+									'">' + (info.operatingRate ? info.operatingRate : 100) + '%</span></p>';
 							}
 							if (this.type_head == 1) {
 								//time = i.substring(5)