From 0924504c3016b85cf5661adc8c18a77018b50adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 12 Jan 2024 14:32:13 +0800 Subject: [PATCH] fix 80726 --- src/mixins/SimpleListMixin.js | 2 +- src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue | 4 ++-- .../customComparison/modules/StandardListDrawer.vue | 4 ++-- .../check/modules/CheckReportModal.vue | 2 +- .../check/modules/RectificationPlanModal.vue | 2 +- .../standard/modules/AllocationStandardDrawer.vue | 2 +- .../modules/SelectionDomesticStandardDrawer.vue | 2 +- .../modules/SelectionOverseasStandardDrawer.vue | 2 +- src/views/system/RoleUserList.vue | 4 ++-- src/views/system/tags/pages/TagListMixin.js | 2 +- .../modules/NoMatchItemSelectDrawer.vue | 4 ++-- .../modules/SelectStandardListDrawer.vue | 4 ++-- .../modules/DepartLeaderDetailModal.vue | 4 ++-- 13 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/mixins/SimpleListMixin.js b/src/mixins/SimpleListMixin.js index 09010b1b..6c0e3346 100644 --- a/src/mixins/SimpleListMixin.js +++ b/src/mixins/SimpleListMixin.js @@ -18,7 +18,7 @@ export const SimpleListMixin = { ipagination: { current: 1, pageSize: 10, - pageSizeOptions: ['10', '20', '30'], + pageSizeOptions: ['10', '30', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' 共' + total + '条' }, diff --git a/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue b/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue index f74579e7..b3831209 100644 --- a/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue +++ b/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue @@ -179,7 +179,7 @@ export default { ipagination: { current: 1, pageSize: 10, - pageSizeOptions: ['10', '20', '30'], + pageSizeOptions: ['10', '30', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip') }, @@ -339,4 +339,4 @@ export default { .can-click-table-text { color: @primary-color !important; } - \ No newline at end of file + diff --git a/src/views/documentTool/customComparison/modules/StandardListDrawer.vue b/src/views/documentTool/customComparison/modules/StandardListDrawer.vue index 94bc977f..1f4344c4 100644 --- a/src/views/documentTool/customComparison/modules/StandardListDrawer.vue +++ b/src/views/documentTool/customComparison/modules/StandardListDrawer.vue @@ -93,7 +93,7 @@ export default { ipagination: { current: 1, pageSize: 10, - pageSizeOptions: ['10', '20', '30'], + pageSizeOptions: ['10', '30', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip') }, @@ -248,4 +248,4 @@ export default { /deep/ .action-span-cell { padding: 12px 8px; } - \ No newline at end of file + diff --git a/src/views/enterpriseStandardLibrary/check/modules/CheckReportModal.vue b/src/views/enterpriseStandardLibrary/check/modules/CheckReportModal.vue index 7937a07b..99ab1a7a 100644 --- a/src/views/enterpriseStandardLibrary/check/modules/CheckReportModal.vue +++ b/src/views/enterpriseStandardLibrary/check/modules/CheckReportModal.vue @@ -115,7 +115,7 @@ export default { ipagination: { current: 1, pageSize: 10, - pageSizeOptions: ['10', '20', '30'], + pageSizeOptions: ['10', '30', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip') }, diff --git a/src/views/enterpriseStandardLibrary/check/modules/RectificationPlanModal.vue b/src/views/enterpriseStandardLibrary/check/modules/RectificationPlanModal.vue index 9bfe282b..c44b9fc9 100644 --- a/src/views/enterpriseStandardLibrary/check/modules/RectificationPlanModal.vue +++ b/src/views/enterpriseStandardLibrary/check/modules/RectificationPlanModal.vue @@ -105,7 +105,7 @@ export default { ipagination: { current: 1, pageSize: 10, - pageSizeOptions: ['10', '20', '30'], + pageSizeOptions: ['10', '30', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip') }, diff --git a/src/views/enterpriseStandardLibrary/standard/modules/AllocationStandardDrawer.vue b/src/views/enterpriseStandardLibrary/standard/modules/AllocationStandardDrawer.vue index 6c13012c..71c57850 100644 --- a/src/views/enterpriseStandardLibrary/standard/modules/AllocationStandardDrawer.vue +++ b/src/views/enterpriseStandardLibrary/standard/modules/AllocationStandardDrawer.vue @@ -93,7 +93,7 @@ export default { ipagination: { current: 1, pageSize: 10, - pageSizeOptions: ['10', '20', '30'], + pageSizeOptions: ['10', '30', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip') }, diff --git a/src/views/standardRegulationLibrary/domesticStandard/modules/SelectionDomesticStandardDrawer.vue b/src/views/standardRegulationLibrary/domesticStandard/modules/SelectionDomesticStandardDrawer.vue index b9efe8ec..7e657b31 100644 --- a/src/views/standardRegulationLibrary/domesticStandard/modules/SelectionDomesticStandardDrawer.vue +++ b/src/views/standardRegulationLibrary/domesticStandard/modules/SelectionDomesticStandardDrawer.vue @@ -104,7 +104,7 @@ export default { ipagination: { current: 1, pageSize: 10, - pageSizeOptions: ['10', '20', '30'], + pageSizeOptions: ['10', '30', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip') }, diff --git a/src/views/standardRegulationLibrary/overseasStandard/modules/SelectionOverseasStandardDrawer.vue b/src/views/standardRegulationLibrary/overseasStandard/modules/SelectionOverseasStandardDrawer.vue index eab5a46e..b8d24256 100644 --- a/src/views/standardRegulationLibrary/overseasStandard/modules/SelectionOverseasStandardDrawer.vue +++ b/src/views/standardRegulationLibrary/overseasStandard/modules/SelectionOverseasStandardDrawer.vue @@ -104,7 +104,7 @@ export default { ipagination: { current: 1, pageSize: 10, - pageSizeOptions: ['10', '20', '30'], + pageSizeOptions: ['10', '30', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip') }, diff --git a/src/views/system/RoleUserList.vue b/src/views/system/RoleUserList.vue index b6be1cf9..26c7a83d 100644 --- a/src/views/system/RoleUserList.vue +++ b/src/views/system/RoleUserList.vue @@ -190,7 +190,7 @@ export default { ipagination1: { current: 1, pageSize: 10, - pageSizeOptions: ['10', '20', '30'], + pageSizeOptions: ['10', '30', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip') }, @@ -201,7 +201,7 @@ export default { ipagination2: { current: 1, pageSize: 10, - pageSizeOptions: ['10', '20', '30'], + pageSizeOptions: ['10', '30', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip') }, diff --git a/src/views/system/tags/pages/TagListMixin.js b/src/views/system/tags/pages/TagListMixin.js index ad34ca54..6fc23c0b 100644 --- a/src/views/system/tags/pages/TagListMixin.js +++ b/src/views/system/tags/pages/TagListMixin.js @@ -17,7 +17,7 @@ export const TagListMixin = { ipagination: { current: 1, pageSize: 10, - pageSizeOptions: ['10', '20', '30'], + pageSizeOptions: ['10', '30', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' 共' + total + '条' }, diff --git a/src/views/workCenter/noMatchTrackingProcess/modules/NoMatchItemSelectDrawer.vue b/src/views/workCenter/noMatchTrackingProcess/modules/NoMatchItemSelectDrawer.vue index 692816b8..d60915ee 100644 --- a/src/views/workCenter/noMatchTrackingProcess/modules/NoMatchItemSelectDrawer.vue +++ b/src/views/workCenter/noMatchTrackingProcess/modules/NoMatchItemSelectDrawer.vue @@ -78,7 +78,7 @@ export default { ipagination: { current: 1, pageSize: 10, - pageSizeOptions: ['10', '20', '30'], + pageSizeOptions: ['10', '30', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip') }, @@ -216,4 +216,4 @@ export default { \ No newline at end of file + diff --git a/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectStandardListDrawer.vue b/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectStandardListDrawer.vue index 5a5aaf5d..aca30de8 100644 --- a/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectStandardListDrawer.vue +++ b/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectStandardListDrawer.vue @@ -86,9 +86,9 @@ export default { ipagination: { current: 1, pageSize: 10, - pageSizeOptions: ['10', '20', '30'], + pageSizeOptions: ['10', '30', '50', '100', '150', '200'], showTotal: (total, range) => { - return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip') + return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip') }, showQuickJumper: true, showSizeChanger: true, diff --git a/src/views/workCenter/standardComplianceProcess/modules/DepartLeaderDetailModal.vue b/src/views/workCenter/standardComplianceProcess/modules/DepartLeaderDetailModal.vue index f5ce94cd..b4a6f0e4 100644 --- a/src/views/workCenter/standardComplianceProcess/modules/DepartLeaderDetailModal.vue +++ b/src/views/workCenter/standardComplianceProcess/modules/DepartLeaderDetailModal.vue @@ -43,7 +43,7 @@ export default { ipagination: { current: 1, pageSize: 10, - pageSizeOptions: ['10', '20', '30'], + pageSizeOptions: ['10', '30', '50', '100', '150', '200'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip') }, @@ -134,4 +134,4 @@ export default { .detail-page-part-form-item:nth-child(2n) { margin-right: 0 !important; } - \ No newline at end of file +