From c1ee4a0603dc1b40740f4173ea7d82b33e10f809 Mon Sep 17 00:00:00 2001 From: jyt <1592211625@qq.com> Date: Tue, 21 Jun 2022 17:57:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=A1=A8=E6=A0=BC30=E6=9D=A1?= =?UTF-8?q?=E4=B8=80=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/wechat/WxMaterialSelect.vue | 2 +- src/page/check/chose.vue | 2 +- src/views/Customer/AgentManagement.vue | 2 +- src/views/Customer/CompanyRecord.vue | 2 +- src/views/Customer/Companymanagement.vue | 2 +- src/views/Customer/index.vue | 2 +- src/views/Equipment/batch.vue | 2 +- src/views/Equipment/equipmentDetailList.vue | 4 ++-- src/views/Equipment/equipmentOnlineRecordList.vue | 2 +- src/views/Equipment/index.vue | 2 +- src/views/Equipment/record.vue | 2 +- src/views/Equipment/state.vue | 2 +- src/views/File/index.vue | 2 +- src/views/ReceivingRecords/index.vue | 2 +- src/views/Scheduling/index.vue | 2 +- src/views/Statistics/BuildingContrast.vue | 2 +- src/views/Statistics/ConsultantBrand.vue | 2 +- src/views/Statistics/Insightintothedetails.vue | 2 +- src/views/Statistics/MentoringAbility.vue | 2 +- src/views/Statistics/ReceptionStatistical.vue | 4 ++-- src/views/Statistics/dataScreeAge.vue | 4 ++-- src/views/Statistics/dataScreeOrg.vue | 4 ++-- src/views/Statistics/dataScreeSys.vue | 4 ++-- src/views/Template/PinspeakwordsList.vue | 2 +- src/views/Template/taboo.vue | 2 +- src/views/Template/wrongword.vue | 2 +- src/views/admin/dept/index.vue | 2 +- src/views/admin/role/index.vue | 2 +- src/views/admin/role/orgRole.vue | 2 +- src/views/admin/user/index.vue | 4 ++-- src/views/building/Count.vue | 2 +- src/views/building/area.vue | 2 +- src/views/building/index.vue | 2 +- src/views/houseData/analyse.vue | 2 +- src/views/houseData/count.vue | 4 ++-- src/views/inspection/ProhibitedList.vue | 1 + src/views/mp/wxmaterial/index.vue | 4 ++-- src/views/msg/index.vue | 2 +- 38 files changed, 46 insertions(+), 45 deletions(-) diff --git a/src/components/wechat/WxMaterialSelect.vue b/src/components/wechat/WxMaterialSelect.vue index ff77420..6aedae1 100644 --- a/src/components/wechat/WxMaterialSelect.vue +++ b/src/components/wechat/WxMaterialSelect.vue @@ -118,7 +118,7 @@ page: { total: 0, // 总页数 currentPage: 1, // 当前页数 - pageSize: 20, // 每页显示多少条 + pageSize: 30, // 每页显示多少条 ascs:[],//升序字段 descs:[]//降序字段 }, diff --git a/src/page/check/chose.vue b/src/page/check/chose.vue index 3881d85..a533334 100644 --- a/src/page/check/chose.vue +++ b/src/page/check/chose.vue @@ -184,7 +184,7 @@ @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage" - :page-size="10" + :page-size="30" :total="total" layout="total, sizes, prev, pager, next, jumper" hide-on-single-page diff --git a/src/views/Customer/AgentManagement.vue b/src/views/Customer/AgentManagement.vue index 41291fb..013b22e 100644 --- a/src/views/Customer/AgentManagement.vue +++ b/src/views/Customer/AgentManagement.vue @@ -505,7 +505,7 @@ export default { currentPage4: 1, total: 0, //总条数 pageNum: 1, - pageSize: 10, + pageSize: 30, contractStartDate: "", //开始时间 contractEndDate: "", //结束时间 serviceStatus: "", //状态 diff --git a/src/views/Customer/CompanyRecord.vue b/src/views/Customer/CompanyRecord.vue index a546b82..0cb05bd 100644 --- a/src/views/Customer/CompanyRecord.vue +++ b/src/views/Customer/CompanyRecord.vue @@ -133,7 +133,7 @@
+ :page-sizes="[10, 30, 50]" :page-size="30" layout="total, sizes, prev, pager, next, jumper" :total="total">
diff --git a/src/views/Customer/Companymanagement.vue b/src/views/Customer/Companymanagement.vue index 611ea27..d824b48 100644 --- a/src/views/Customer/Companymanagement.vue +++ b/src/views/Customer/Companymanagement.vue @@ -531,7 +531,7 @@ export default { name: "", //公司名称 total: 0, //总条数 pageNum: 1, - pageSize: 10, + pageSize: 30, orgType: "", sysFlag: "0", replaceagentobj: { diff --git a/src/views/Customer/index.vue b/src/views/Customer/index.vue index d0ebd2d..115e9c2 100644 --- a/src/views/Customer/index.vue +++ b/src/views/Customer/index.vue @@ -548,7 +548,7 @@ export default { }, ], currentPage: 1, - size: 10, + size: 30, total: 10, value: "", input: "", diff --git a/src/views/Equipment/batch.vue b/src/views/Equipment/batch.vue index c69228a..6289b16 100644 --- a/src/views/Equipment/batch.vue +++ b/src/views/Equipment/batch.vue @@ -165,7 +165,7 @@ export default { }, total:0,//总条数 pageNum:1, - pageSize:8, + pageSize:30, isshow:'绑定' }; diff --git a/src/views/Equipment/equipmentDetailList.vue b/src/views/Equipment/equipmentDetailList.vue index 46b6efe..95edacc 100644 --- a/src/views/Equipment/equipmentDetailList.vue +++ b/src/views/Equipment/equipmentDetailList.vue @@ -735,7 +735,7 @@ export default { flag: false, page: { pageNum: 1, - pageSize: 6, + pageSize: 30, openTime: "", closeTime: "", houseName: "", @@ -795,7 +795,7 @@ export default { lowElectricityQuantity: "", abnormalShutdownQuantity: "", }, - pageSize: 10, + pageSize: 30, pageNum: 1, total: 10, allCompare: {}, diff --git a/src/views/Equipment/equipmentOnlineRecordList.vue b/src/views/Equipment/equipmentOnlineRecordList.vue index 7f70881..19db506 100644 --- a/src/views/Equipment/equipmentOnlineRecordList.vue +++ b/src/views/Equipment/equipmentOnlineRecordList.vue @@ -297,7 +297,7 @@ export default { flag: false, page: { pageNum: 1, - pageSize: 10, + pageSize: 30, openTime: "", closeTime: "", houseName: "", diff --git a/src/views/Equipment/index.vue b/src/views/Equipment/index.vue index ef54149..02c29b4 100644 --- a/src/views/Equipment/index.vue +++ b/src/views/Equipment/index.vue @@ -820,7 +820,7 @@ export default { }, ], currentPage: 1, - size: 10, + size: 30, total: 10, value: "", input: "", diff --git a/src/views/Equipment/record.vue b/src/views/Equipment/record.vue index e9fbf62..b12507c 100644 --- a/src/views/Equipment/record.vue +++ b/src/views/Equipment/record.vue @@ -156,7 +156,7 @@ export default { currentPage: 1, selflag: "1", editFlag: false, - size: 10, + size: 30, total: 10, rules: { correctWord: [ diff --git a/src/views/Equipment/state.vue b/src/views/Equipment/state.vue index e41d61d..6743168 100644 --- a/src/views/Equipment/state.vue +++ b/src/views/Equipment/state.vue @@ -833,7 +833,7 @@ export default { }, receiveVisible: false, currentPage: 1, - size: 10, + size: 30, total: 10, value: "", input: "", diff --git a/src/views/File/index.vue b/src/views/File/index.vue index 19f446e..4fb465e 100644 --- a/src/views/File/index.vue +++ b/src/views/File/index.vue @@ -146,7 +146,7 @@ export default { username:'', imei:'', sourceCode:'', - size:10, + size:30, current:1, total:0, initAudioTime:0, diff --git a/src/views/ReceivingRecords/index.vue b/src/views/ReceivingRecords/index.vue index 0717d38..5ca310b 100644 --- a/src/views/ReceivingRecords/index.vue +++ b/src/views/ReceivingRecords/index.vue @@ -527,7 +527,7 @@ export default { ], currentPage: 1, - size: 10, + size: 30, total: 10, value: "", input: "", diff --git a/src/views/Scheduling/index.vue b/src/views/Scheduling/index.vue index 2e93f25..f43b055 100644 --- a/src/views/Scheduling/index.vue +++ b/src/views/Scheduling/index.vue @@ -218,7 +218,7 @@ export default { ], schedulingoptseid: "", Page: 1, - size: 10, + size: 30, total: 0, roleId:'', arr1:[], diff --git a/src/views/Statistics/BuildingContrast.vue b/src/views/Statistics/BuildingContrast.vue index 133dd87..71d4f0f 100644 --- a/src/views/Statistics/BuildingContrast.vue +++ b/src/views/Statistics/BuildingContrast.vue @@ -271,7 +271,7 @@ export default { houseId: "", orgCode: "", page: 1, - pagesize: 10, + pagesize: 30, buildingoptions: [], TimetoAhoose: 4, customtime: [], diff --git a/src/views/Statistics/ConsultantBrand.vue b/src/views/Statistics/ConsultantBrand.vue index a2f98ba..8712f3b 100644 --- a/src/views/Statistics/ConsultantBrand.vue +++ b/src/views/Statistics/ConsultantBrand.vue @@ -618,7 +618,7 @@ export default { dateType: 2, tabFlag: 0, current: 1, - size: 10, + size: 30, total: 20, customtime: [], tablist: [], diff --git a/src/views/Statistics/Insightintothedetails.vue b/src/views/Statistics/Insightintothedetails.vue index 1b8a837..d15e82c 100644 --- a/src/views/Statistics/Insightintothedetails.vue +++ b/src/views/Statistics/Insightintothedetails.vue @@ -153,7 +153,7 @@ export default { keywordIds:[] }, pageNum:1, - pageSize:10, + pageSize:30, options5:[], total:0, diff --git a/src/views/Statistics/MentoringAbility.vue b/src/views/Statistics/MentoringAbility.vue index 9ab56ab..7780c2b 100644 --- a/src/views/Statistics/MentoringAbility.vue +++ b/src/views/Statistics/MentoringAbility.vue @@ -435,7 +435,7 @@ export default { customtime: [], tableData: [], current: 1, - size: 10, + size: 30, total: 20, statDateStart: "", statDateEnd: "", diff --git a/src/views/Statistics/ReceptionStatistical.vue b/src/views/Statistics/ReceptionStatistical.vue index 9ef8a7c..642ed40 100644 --- a/src/views/Statistics/ReceptionStatistical.vue +++ b/src/views/Statistics/ReceptionStatistical.vue @@ -332,9 +332,9 @@ export default { current: 1, current1: 1, accountId: "", - size: 10, + size: 30, total: 20, - size1: 10, + size1: 30, total1: 20, customtime: [], tablist: [], diff --git a/src/views/Statistics/dataScreeAge.vue b/src/views/Statistics/dataScreeAge.vue index ebe684a..8ad5b4d 100644 --- a/src/views/Statistics/dataScreeAge.vue +++ b/src/views/Statistics/dataScreeAge.vue @@ -777,10 +777,10 @@ export default { elTitle: "", timeStr: "", currentPage: 1, - size: 10, + size: 30, total: 10, currentPage1: 1, - size1: 10, + size1: 30, total1: 10, detailList: [], tabName: "" diff --git a/src/views/Statistics/dataScreeOrg.vue b/src/views/Statistics/dataScreeOrg.vue index a406b66..df9b7da 100644 --- a/src/views/Statistics/dataScreeOrg.vue +++ b/src/views/Statistics/dataScreeOrg.vue @@ -816,10 +816,10 @@ export default { elTitle: "", timeStr: "", currentPage: 1, - size: 10, + size: 30, total: 10, currentPage1: 1, - size1: 10, + size1: 30, total1: 10, detailList: [], tabName: "" diff --git a/src/views/Statistics/dataScreeSys.vue b/src/views/Statistics/dataScreeSys.vue index ed0569f..b0a0861 100644 --- a/src/views/Statistics/dataScreeSys.vue +++ b/src/views/Statistics/dataScreeSys.vue @@ -919,10 +919,10 @@ export default { secindex: "1", dateType: 4, currentPage: 1, - size: 10, + size: 30, total: 10, currentPage1: 1, - size1: 10, + size1: 30, total1: 10, customtime: [], cardindex: "1", diff --git a/src/views/Template/PinspeakwordsList.vue b/src/views/Template/PinspeakwordsList.vue index 5890b87..7e13133 100644 --- a/src/views/Template/PinspeakwordsList.vue +++ b/src/views/Template/PinspeakwordsList.vue @@ -113,7 +113,7 @@ export default { currentPage4: 1, total: 0,//总条数 pageNum: 1, - pageSize: 10, + pageSize: 30, houseList: [], projectId: "", orgType: localStorage.getItem('orgType'), diff --git a/src/views/Template/taboo.vue b/src/views/Template/taboo.vue index 20505ac..0034448 100644 --- a/src/views/Template/taboo.vue +++ b/src/views/Template/taboo.vue @@ -135,7 +135,7 @@ export default { houseId: "", houseList: [], Page: 1, - size: 10, + size: 30, words: "", total: 0, ruleser: { diff --git a/src/views/Template/wrongword.vue b/src/views/Template/wrongword.vue index 053b259..a861a9b 100644 --- a/src/views/Template/wrongword.vue +++ b/src/views/Template/wrongword.vue @@ -194,7 +194,7 @@ export default { }, currentPage: 1, editFlag: false, - size: 10, + size: 30, total: 10, rules: { correctWord: [ diff --git a/src/views/admin/dept/index.vue b/src/views/admin/dept/index.vue index 6c1124d..9fdfde5 100644 --- a/src/views/admin/dept/index.vue +++ b/src/views/admin/dept/index.vue @@ -48,7 +48,7 @@ @current-change="handleCurrentChange" :current-page="currentPage4" :page-sizes="[6, 12, 18, 24]" - :page-size="6" + :page-size="30" layout="total, sizes, prev, pager, next, jumper" :total="total" > diff --git a/src/views/admin/role/index.vue b/src/views/admin/role/index.vue index c219307..2e36d5f 100644 --- a/src/views/admin/role/index.vue +++ b/src/views/admin/role/index.vue @@ -328,7 +328,7 @@ export default { page: { total: 0, // 总页数 currentPage: 1, // 当前页数 - pageSize: 10, // 每页显示多少条 + pageSize: 30, // 每页显示多少条 }, menuIds: "", list: [], diff --git a/src/views/admin/role/orgRole.vue b/src/views/admin/role/orgRole.vue index a83b3a0..da3d4ef 100644 --- a/src/views/admin/role/orgRole.vue +++ b/src/views/admin/role/orgRole.vue @@ -132,7 +132,7 @@ export default { page: { total: 0, // 总页数 currentPage: 1, // 当前页数 - pageSize: 10, // 每页显示多少条 + pageSize: 30, // 每页显示多少条 }, menuIds: "", list: [], diff --git a/src/views/admin/user/index.vue b/src/views/admin/user/index.vue index 8d301ee..0adade7 100644 --- a/src/views/admin/user/index.vue +++ b/src/views/admin/user/index.vue @@ -1080,13 +1080,13 @@ export default { page: { total: 0, // 总页数 current: 1, // 当前页数 - size: 10, // 每页显示多少条, + size: 30, // 每页显示多少条, isAsc: false, // 是否倒序 }, page1: { total: 0, // 总页数 current: 1, // 当前页数 - size: 10, // 每页显示多少条, + size: 30, // 每页显示多少条, isAsc: false, // 是否倒序 }, list: [], diff --git a/src/views/building/Count.vue b/src/views/building/Count.vue index 2c4e85e..3fd8a35 100644 --- a/src/views/building/Count.vue +++ b/src/views/building/Count.vue @@ -343,7 +343,7 @@ export default { }, currentPage: 1, selflag: "1", - size: 10, + size: 30, total: 10, operaList: [], }; diff --git a/src/views/building/area.vue b/src/views/building/area.vue index c6b3f6a..79da4ca 100644 --- a/src/views/building/area.vue +++ b/src/views/building/area.vue @@ -111,7 +111,7 @@ export default { tableData: [], page: { pageNum: 1, - pageSize: 10, + pageSize: 30, total: 100, }, currentPage: 1, diff --git a/src/views/building/index.vue b/src/views/building/index.vue index d911593..0879463 100644 --- a/src/views/building/index.vue +++ b/src/views/building/index.vue @@ -599,7 +599,7 @@ export default { }, ], currentPage: 1, - size: 10, + size: 30, total: 10, value: "", input: "", diff --git a/src/views/houseData/analyse.vue b/src/views/houseData/analyse.vue index 4d5b139..65c5f22 100644 --- a/src/views/houseData/analyse.vue +++ b/src/views/houseData/analyse.vue @@ -396,7 +396,7 @@ export default { orgType: localStorage.getItem("orgType"), time: "", page: 1, - pagesize: 10, + pagesize: 30, total: 0, dialogVisible: false, targetVisible: false, diff --git a/src/views/houseData/count.vue b/src/views/houseData/count.vue index fb671e3..fd2613f 100644 --- a/src/views/houseData/count.vue +++ b/src/views/houseData/count.vue @@ -192,7 +192,7 @@ export default { operationStaffId:'', currentPage:1, total:0, - size:10, + size:30, startDate:'', endDate:'' }, @@ -203,7 +203,7 @@ export default { statime:'', endtime:'', total:0, - size:10, + size:30, currentPage:1, operationTypeid:'' }, diff --git a/src/views/inspection/ProhibitedList.vue b/src/views/inspection/ProhibitedList.vue index f714d56..7cb8d4a 100644 --- a/src/views/inspection/ProhibitedList.vue +++ b/src/views/inspection/ProhibitedList.vue @@ -210,6 +210,7 @@ export default { data() { return { + pagesize:30, isOpen:false, houseList: [], // 可切换的项目列表 orgType: localStorage.getItem("orgType"), // 组织类型 diff --git a/src/views/mp/wxmaterial/index.vue b/src/views/mp/wxmaterial/index.vue index dfc6ca2..c157e92 100644 --- a/src/views/mp/wxmaterial/index.vue +++ b/src/views/mp/wxmaterial/index.vue @@ -382,12 +382,12 @@ page: { total: 0, // 总页数 currentPage: 1, // 当前页数 - pageSize: 10 // 每页显示多少条 + pageSize: 30 // 每页显示多少条 }, page1: { total: 0, // 总页数 currentPage: 1, // 当前页数 - pageSize: 10 // 每页显示多少条 + pageSize: 30 // 每页显示多少条 }, tableLoading: false, actionUrl: '/mp/wxmaterial/materialFileUpload', diff --git a/src/views/msg/index.vue b/src/views/msg/index.vue index 1a85314..e44cf97 100644 --- a/src/views/msg/index.vue +++ b/src/views/msg/index.vue @@ -39,7 +39,7 @@ @current-change="handleCurrentChange" :current-page="currentPage4" :page-sizes="[10, 20, 30, 40]" - :page-size="10" + :page-size="30" layout="total, sizes, prev, pager, next, jumper" :total="100" >