|
|
|
@ -96,9 +96,9 @@
|
|
|
|
|
:summary-method="getSummaries"
|
|
|
|
|
show-summary
|
|
|
|
|
>
|
|
|
|
|
<el-table-column label="设备编码" align="center" prop="equCode" min-width="100" />
|
|
|
|
|
<el-table-column label="设备名称" align="center" prop="equName" min-width="100" />
|
|
|
|
|
<el-table-column label="设备总产量" align="center" prop="quantity" min-width="100" />
|
|
|
|
|
<el-table-column label="设备编码" align="center" prop="equCode" min-width="100" fixed />
|
|
|
|
|
<el-table-column label="设备名称" align="center" prop="equName" min-width="100" fixed/>
|
|
|
|
|
<el-table-column label="设备总产量" align="center" prop="quantity" min-width="100" fixed/>
|
|
|
|
|
<template v-for="(column, index) in showTitles">
|
|
|
|
|
<el-table-column align="center" min-width="120" :prop="column.id" :key="column.id" :label="column.titleName"/>
|
|
|
|
|
</template>
|
|
|
|
@ -191,7 +191,7 @@ export default {
|
|
|
|
|
this.queryParams.productDateStart = moment(this.queryParams.productDateArray[0]).format('YYYY-MM-DD HH:mm:00');
|
|
|
|
|
this.queryParams.productDateEnd = moment(this.queryParams.productDateArray[1]).format('YYYY-MM-DD HH:mm:00');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.loading = true;
|
|
|
|
|
//获取Table表头
|
|
|
|
|
getHourProductionTitle(this.queryParams).then(response => {
|
|
|
|
|