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