From a6ecfe19f4b260f851e645b52492fb4f01d0f5f3 Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期五, 12 一月 2024 17:25:47 +0800 Subject: [PATCH] 维修履历导出 --- src/views/eam/DailyInspectionStandardList.vue | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/eam/DailyInspectionStandardList.vue b/src/views/eam/DailyInspectionStandardList.vue index afc6879..3db495e 100644 --- a/src/views/eam/DailyInspectionStandardList.vue +++ b/src/views/eam/DailyInspectionStandardList.vue @@ -278,6 +278,11 @@ dataIndex: 'num', }, { + title: '绠$悊鍒跺害', + align: 'center', + dataIndex: 'disUda1', + }, + { title: '绛惧鐘舵��', align: 'center', dataIndex: 'approvalStatusName', @@ -409,8 +414,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 + '鏉�' }, -- Gitblit v1.9.3