From 7036cc397adccb4907b80a30143f7751b4e68db8 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期三, 20 三月 2024 11:21:54 +0800 Subject: [PATCH] 实现首页公司级与分厂级看板布局及相关功能 --- src/views/mdc/base/DeviceParamThresholdManagement.vue | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/views/mdc/base/DeviceParamThresholdManagement.vue b/src/views/mdc/base/DeviceParamThresholdManagement.vue index e2a170a..d2f43f5 100644 --- a/src/views/mdc/base/DeviceParamThresholdManagement.vue +++ b/src/views/mdc/base/DeviceParamThresholdManagement.vue @@ -117,6 +117,18 @@ name: 'DeviceParamThresholdManagement', description: '杩欐槸璁惧鍙傛暟闃堝�肩鐞嗛〉闈�', queryParam: {}, + /* 鍒嗛〉鍙傛暟 */ + ipagination:{ + current: 1, + pageSize: 30, + pageSizeOptions: ['30', '50', '100'], + showTotal: (total, range) => { + return range[0] + "-" + range[1] + " 鍏�" + total + "鏉�" + }, + showQuickJumper: true, + showSizeChanger: true, + total: 0 + }, columns: [ { title: '#', -- Gitblit v1.9.3