|
|
@@ -102,7 +102,7 @@
|
|
|
|
|
|
<!-- 操作按钮区域 -->
|
|
|
<div class="table-operator">
|
|
|
- <a-button type="primary" icon="download" @click="handleExportXls('客户列表')">导出</a-button>
|
|
|
+ <a-button type="primary" icon="download" @click="handleExportXls('入网统计')">导出</a-button>
|
|
|
<!-- 高级查询区域 -->
|
|
|
<a-dropdown v-if="selectedRowKeys.length > 0">
|
|
|
<a-menu slot="overlay">
|
|
|
@@ -253,7 +253,7 @@ export default {
|
|
|
sysCompany: [],
|
|
|
ipagination:{
|
|
|
current: 1,
|
|
|
- pageSize: 10,
|
|
|
+ pageSize: 300,
|
|
|
pageSizeOptions: ['10', '20', '30','300'],
|
|
|
showTotal: (total, range) => {
|
|
|
return range[0] + "-" + range[1] + " 共" + total + "条"
|
|
|
@@ -666,7 +666,7 @@ export default {
|
|
|
this.loadData(1);
|
|
|
this.selectedRowKeys = [];
|
|
|
this.selectionRows = [];
|
|
|
- this.loadTabNumber(this.task.id);
|
|
|
+ //this.loadTabNumber(this.task.id);
|
|
|
},
|
|
|
/**统计数量*/
|
|
|
typeCount() {
|