|
@@ -222,7 +222,7 @@
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
prop="fanId"
|
|
prop="fanId"
|
|
|
align="center"
|
|
align="center"
|
|
|
- label="风机号"
|
|
|
|
|
|
|
+ label="风机编号"
|
|
|
width="80"
|
|
width="80"
|
|
|
/>
|
|
/>
|
|
|
<el-table-column
|
|
<el-table-column
|
|
@@ -262,7 +262,7 @@
|
|
|
<li style="margin-bottom: 10px">{{reportMessage.xmdb.targets.title}}:
|
|
<li style="margin-bottom: 10px">{{reportMessage.xmdb.targets.title}}:
|
|
|
选择<span class="fill-blank"
|
|
选择<span class="fill-blank"
|
|
|
v-for="it in reportMessage.xmdb.targets.items" :key="it">
|
|
v-for="it in reportMessage.xmdb.targets.items" :key="it">
|
|
|
- {{it}}号风机;
|
|
|
|
|
|
|
+ {{it}};
|
|
|
</span>
|
|
</span>
|
|
|
</li>
|
|
</li>
|
|
|
<li style="margin-bottom: 10px;padding-right:50px">对标指标:
|
|
<li style="margin-bottom: 10px;padding-right:50px">对标指标:
|
|
@@ -317,7 +317,7 @@
|
|
|
<li style="margin-bottom: 10px">{{reportMessage.xldb.targets.title}}:
|
|
<li style="margin-bottom: 10px">{{reportMessage.xldb.targets.title}}:
|
|
|
选择<span class="fill-blank"
|
|
选择<span class="fill-blank"
|
|
|
v-for="it in reportMessage.xldb.targets.items" :key="it">
|
|
v-for="it in reportMessage.xldb.targets.items" :key="it">
|
|
|
- {{it}}号风机;
|
|
|
|
|
|
|
+ {{it}};
|
|
|
</span>
|
|
</span>
|
|
|
</li>
|
|
</li>
|
|
|
<li style="margin-bottom: 10px;padding-right:50px">对标指标:
|
|
<li style="margin-bottom: 10px;padding-right:50px">对标指标:
|
|
@@ -389,12 +389,12 @@
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
prop="month_zzl"
|
|
prop="month_zzl"
|
|
|
align="center"
|
|
align="center"
|
|
|
- label="月度增长率(%)"
|
|
|
|
|
|
|
+ label="月度同比增长率(%)"
|
|
|
/>
|
|
/>
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
prop="year_zzl"
|
|
prop="year_zzl"
|
|
|
align="center"
|
|
align="center"
|
|
|
- label="年度增长率(%)"
|
|
|
|
|
|
|
+ label="年度同比增长率(%)"
|
|
|
/>
|
|
/>
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
prop="trend"
|
|
prop="trend"
|