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: '静态'}, ] } ]