From 0472ec32cadb4f9bca6dbab82ac33a42e76f37ed Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 28 六月 2022 16:24:15 +0800 Subject: [PATCH] 菜单栏&时间轴 --- src/mob/components/menubar/normal-menubar/menucomponent/options.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/mob/components/menubar/normal-menubar/menucomponent/options.jsx b/src/mob/components/menubar/normal-menubar/menucomponent/options.jsx index b3d567f..3e8bc87 100644 --- a/src/mob/components/menubar/normal-menubar/menucomponent/options.jsx +++ b/src/mob/components/menubar/normal-menubar/menucomponent/options.jsx @@ -65,6 +65,7 @@ tooltip: '澶嶅埗鑿滃崟浠呭湪褰撳墠鑿滃崟鍒涘缓鏃舵湁鏁堛��', required: false, options: menulist, + extendName: 'MenuNo', controlFields: [ {field: 'clearMenu', notNull: true}, ], @@ -87,6 +88,7 @@ label: '鍏宠仈鑿滃崟', initval: setting.linkMenuId || '', required: true, + extendName: 'MenuNo', options: [ ...menulist, // {value: 'IM', label: '鍗虫椂閫氫俊锛堢郴缁熼〉锛�'}, @@ -134,7 +136,7 @@ label: '瀛椾綋澶у皬', initval: setting.iconFont || 20, min: 12, - max: 200, + max: 300, precision: 0, required: true }, -- Gitblit v1.8.0