From 0d58c560feeddd8409a34ef0bd1e16f0be3f9758 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 01 十一月 2021 21:59:51 +0800 Subject: [PATCH] 2021-11-01 --- src/mob/components/menubar/normal-menubar/options.jsx | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/mob/components/menubar/normal-menubar/options.jsx b/src/mob/components/menubar/normal-menubar/options.jsx index c8d9f80..45e6b8a 100644 --- a/src/mob/components/menubar/normal-menubar/options.jsx +++ b/src/mob/components/menubar/normal-menubar/options.jsx @@ -28,6 +28,18 @@ max: 24, precision: 0, required: true + }, + { + type: 'radio', + field: 'datatype', + label: '鏁版嵁鏉ユ簮', + initval: wrap.datatype || 'static', + tooltip: '閫夋嫨闈欐�佸�硷紝鏃犻渶閰嶇疆鏁版嵁婧愩��', + required: false, + options: [ + {value: 'dynamic', label: '鍔ㄦ��'}, + {value: 'static', label: '闈欐��'}, + ] } ] -- Gitblit v1.8.0