king
2021-11-12 0c84df247914f893ef5e41d57a422e10a2dc814c
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: '静态'},
      ]
    }
  ]