From b7f29bd8f1f0070c46e8187f41f2737f9d817b1b Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期五, 01 三月 2024 14:37:55 +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