diff --git a/src/views/mes/dailyReportNew/index.vue b/src/views/mes/dailyReportNew/index.vue index fca3e0a..f883a08 100644 --- a/src/views/mes/dailyReportNew/index.vue +++ b/src/views/mes/dailyReportNew/index.vue @@ -67,6 +67,7 @@ icon="el-icon-download" size="mini" @click="handleExportBP" + :loading="exportLoading" v-hasPermi="['mes:dailyReportNew:exportBP']" >白坯参考导出 @@ -77,11 +78,12 @@ - @@ -155,6 +157,7 @@ :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" + :page-sizes="[10, 50, 100, 500]" @pagination="getList" /> @@ -163,12 +166,15 @@