From 1734a38a212673438c2a0d0d4fd945eb5f74c1aa Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期五, 12 一月 2024 11:28:24 +0800 Subject: [PATCH] abc --- src/views/eam/DailyMaintenanceStandardList.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/eam/DailyMaintenanceStandardList.vue b/src/views/eam/DailyMaintenanceStandardList.vue index 38a7ee1..40619b2 100644 --- a/src/views/eam/DailyMaintenanceStandardList.vue +++ b/src/views/eam/DailyMaintenanceStandardList.vue @@ -1,6 +1,6 @@ <template> <a-card - title="鍛ㄦ湡鎬т繚鍏绘爣鍑�" + title="浜岀骇淇濆吇鏍囧噯" :bordered='false' > <div class='table-page-search-wrapper'> @@ -113,6 +113,7 @@ <a-button type="primary" icon="import" + v-has="'dailyMaintenanceStandard:import'" >瀵煎叆</a-button> </a-upload> </div> @@ -458,8 +459,8 @@ /* 鍒嗛〉鍙傛暟 */ ipagination: { current: 1, - pageSize: 5, - pageSizeOptions: ['5', '10', '50'], + pageSize: 20, + pageSizeOptions: ['5', '10', '20', '50'], showTotal: (total, range) => { return range[0] + '-' + range[1] + ' 鍏�' + total + '鏉�' }, @@ -468,7 +469,7 @@ total: 0 }, maintenanceStandardId: '-1', - queryParam: { type: 'daily' } + queryParam: { type: 'daily', maintenanceType: '2' } } }, computed: { @@ -588,7 +589,7 @@ searchReset() { this.maintenanceStandardId = '-1' - this.queryParam = { type: 'daily' } + this.queryParam = { type: 'daily', maintenanceType: '2' } this.loadData(1); }, } -- Gitblit v1.9.3