From fb3ec146a9e1444ece749d0bcf232a554e933fb0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 17 五月 2022 22:56:16 +0800 Subject: [PATCH] Merge branch 'develop' --- src/utils/option.js | 47 +++++++++++++++++++++++++++++++++++------------ 1 files changed, 35 insertions(+), 12 deletions(-) diff --git a/src/utils/option.js b/src/utils/option.js index 3a2d801..2c6f1d5 100644 --- a/src/utils/option.js +++ b/src/utils/option.js @@ -66,6 +66,13 @@ isSubtable: true }, { + title: '鑷畾涔�', + type: 'CustomPage', + url: customImg, + baseconfig: '', + isSystem: true + }, + { title: '鏍戝舰椤甸潰', type: 'TreePage', url: treepage, @@ -80,13 +87,6 @@ isSystem: true }, { - title: '鑷畾涔�', - type: 'CustomPage', - url: customImg, - baseconfig: '', - isSystem: true - }, - { title: '澶栭儴椤甸潰', type: 'NewPage', url: customImg, @@ -97,8 +97,7 @@ title: '瑙掕壊鏉冮檺鍒嗛厤', type: 'RolePermission', url: rolemanage, - isSystem: true, - hidden: true + isSystem: true } ] @@ -196,6 +195,18 @@ }, { value: '=', text: '=' + }, { + value: '>', + text: '>' + }, { + value: '<', + text: '<' + }, { + value: '>=', + text: '>=' + }, { + value: '<=', + text: '<=' }], multiselect: [{ value: 'like', @@ -205,14 +216,26 @@ text: 'not like' }], select: [{ - value: '=', - text: '=' - }, { value: 'like', text: 'like' }, { value: 'not like', text: 'not like' + }, { + value: '=', + text: '=' + }, { + value: '>', + text: '>' + }, { + value: '<', + text: '<' + }, { + value: '>=', + text: '>=' + }, { + value: '<=', + text: '<=' }], date: [{ value: '>=', -- Gitblit v1.8.0