From 29cfa10941e955e7e49b60201ad8a0d1f13ed0b3 Mon Sep 17 00:00:00 2001 From: zhongrj <646384940@qq.com> Date: Sun, 23 Apr 2023 21:18:38 +0800 Subject: [PATCH] 小区管理新增人员审查按钮 --- src/option/system/param.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/option/system/param.js b/src/option/system/param.js index e0b8447..f6e9ec2 100644 --- a/src/option/system/param.js +++ b/src/option/system/param.js @@ -5,6 +5,7 @@ searchShow: true, searchMenuSpan: 6, border: true, + menuWidth:300, index: true, selection: true, viewBtn: true, -- Gitblit v1.9.3