|
@@ -63,21 +63,19 @@
|
|
|
header-align="center"
|
|
header-align="center"
|
|
|
align="center"
|
|
align="center"
|
|
|
>
|
|
>
|
|
|
- <template #header="scope">
|
|
|
|
|
|
|
+ <template #header="scope">
|
|
|
<div v-if="scope.column.label.indexOf('(') > 0">
|
|
<div v-if="scope.column.label.indexOf('(') > 0">
|
|
|
- <div style="font-size: 14px">
|
|
|
|
|
|
|
+ <div style="font-size: 14px">
|
|
|
{{
|
|
{{
|
|
|
- scope.column.label.slice(0, scope.column.label.indexOf("("))
|
|
|
|
|
|
|
+ scope.column.label.slice(0, scope.column.label.indexOf("("))
|
|
|
}}
|
|
}}
|
|
|
- </div>
|
|
|
|
|
- <div style="font-size: 12px">
|
|
|
|
|
- {{
|
|
|
|
|
- scope.column.label.slice(scope.column.label.indexOf("("))
|
|
|
|
|
- }}
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div style="font-size: 12px">
|
|
|
|
|
+ {{ scope.column.label.slice(scope.column.label.indexOf("(")) }}
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
<div v-else>{{ scope.column.label }}</div>
|
|
<div v-else>{{ scope.column.label }}</div>
|
|
|
- </template>
|
|
|
|
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
<el-pagination
|
|
<el-pagination
|
|
@@ -145,27 +143,27 @@ export default {
|
|
|
{ title: "日平均风速", code: "rpjfs" },
|
|
{ title: "日平均风速", code: "rpjfs" },
|
|
|
{ title: "月平均风速", code: "ypjfs" },
|
|
{ title: "月平均风速", code: "ypjfs" },
|
|
|
{ title: "年平均风速", code: "npjfs" },
|
|
{ title: "年平均风速", code: "npjfs" },
|
|
|
- { title: "日运行小时", code: "ryxxs" },
|
|
|
|
|
- { title: "月运行小时", code: "yyxxs" },
|
|
|
|
|
- { title: "年运行小时", code: "nyxxs" },
|
|
|
|
|
- { title: "日待机小时", code: "rdjxs" },
|
|
|
|
|
- { title: "月待机小时", code: "ydjxs" },
|
|
|
|
|
- { title: "年待机小时", code: "ndjxs" },
|
|
|
|
|
- { title: "日故障小时", code: "rgzxs" },
|
|
|
|
|
- { title: "月故障小时", code: "ygzxs" },
|
|
|
|
|
- { title: "年故障小时", code: "ngzxs" },
|
|
|
|
|
- { title: "日检修小时", code: "rjxxs" },
|
|
|
|
|
- { title: "月检修小时", code: "yjxxs" },
|
|
|
|
|
- { title: "年检修小时", code: "njxxs" },
|
|
|
|
|
|
|
+ { title: "日运行小时(h)", code: "ryxxs" },
|
|
|
|
|
+ { title: "月运行小时(h)", code: "yyxxs" },
|
|
|
|
|
+ { title: "年运行小时(h)", code: "nyxxs" },
|
|
|
|
|
+ { title: "日待机小时(h)", code: "rdjxs" },
|
|
|
|
|
+ { title: "月待机小时(h)", code: "ydjxs" },
|
|
|
|
|
+ { title: "年待机小时(h)", code: "ndjxs" },
|
|
|
|
|
+ { title: "日故障小时(h)", code: "rgzxs" },
|
|
|
|
|
+ { title: "月故障小时(h)", code: "ygzxs" },
|
|
|
|
|
+ { title: "年故障小时(h)", code: "ngzxs" },
|
|
|
|
|
+ { title: "日检修小时(h)", code: "rjxxs" },
|
|
|
|
|
+ { title: "月检修小时(h)", code: "yjxxs" },
|
|
|
|
|
+ { title: "年检修小时(h)", code: "njxxs" },
|
|
|
// { title: "日中断小时", code: "rzdxs" },
|
|
// { title: "日中断小时", code: "rzdxs" },
|
|
|
// { title: "月中断小时", code: "yzdxs" },
|
|
// { title: "月中断小时", code: "yzdxs" },
|
|
|
// { title: "年中断小时", code: "nzdxs" },
|
|
// { title: "年中断小时", code: "nzdxs" },
|
|
|
// { title: "日有效风时", code: "ryxfs" },
|
|
// { title: "日有效风时", code: "ryxfs" },
|
|
|
// { title: "月有效风时", code: "yyxfs" },
|
|
// { title: "月有效风时", code: "yyxfs" },
|
|
|
// { title: "年有效风时", code: "nyxfs" },
|
|
// { title: "年有效风时", code: "nyxfs" },
|
|
|
- { title: "日损失电量", code: "rssdl" },
|
|
|
|
|
- { title: "月损失电量", code: "yssdl" },
|
|
|
|
|
- { title: "年损失电量", code: "nssdl" },
|
|
|
|
|
|
|
+ { title: "日损失电量(万kWh)", code: "rssdl" },
|
|
|
|
|
+ { title: "月损失电量(万kWh)", code: "yssdl" },
|
|
|
|
|
+ { title: "年损失电量(万kWh)", code: "nssdl" },
|
|
|
// { title: "日报警次数", code: "rbjcs" },
|
|
// { title: "日报警次数", code: "rbjcs" },
|
|
|
// { title: "月报警次数", code: "ybjcs" },
|
|
// { title: "月报警次数", code: "ybjcs" },
|
|
|
// { title: "年报警次数", code: "nbjcs" },
|
|
// { title: "年报警次数", code: "nbjcs" },
|