feat:修改循环风机无数据
This commit is contained in:
parent
d2821d5e98
commit
1d9645fa45
|
@ -58,7 +58,7 @@
|
|||
<th>比表面积(%)</th>
|
||||
<th>SO3(%)</th>
|
||||
<th>掺量(%)</th>
|
||||
<th>循环风机1906(KW·h/t)</th>
|
||||
<th>原料循环风机(KW·h/t)</th>
|
||||
<th>系统风机(KW·h/t)</th>
|
||||
<th>目标值(kW·h/t)</th>
|
||||
<th>当期值(kW·h/t)</th>
|
||||
|
@ -215,8 +215,8 @@ export default {
|
|||
: "/";
|
||||
//设备
|
||||
arr[9] =
|
||||
item.循环风机_consume_unit != null
|
||||
? item.循环风机_consume_unit
|
||||
item.原料循环风机_consume_unit != null
|
||||
? item.原料循环风机_consume_unit
|
||||
: "/";
|
||||
arr[10] =
|
||||
item.系统风机_consume_unit != null
|
||||
|
|
|
@ -176,7 +176,7 @@ export default {
|
|||
let arr = [];
|
||||
params.page = 0;
|
||||
params.mgroup = that.query.mgroup;
|
||||
params.mgroup_name = that.query.mgroup_name;
|
||||
// params.mgroup_name = that.query.mgroup_name;
|
||||
if (that.query.type == 0) {//班
|
||||
arr = that.query.day.split('-');
|
||||
params.year_s = Number(arr[0]);
|
||||
|
|
Loading…
Reference in New Issue