king
2022-06-28 0472ec32cadb4f9bca6dbab82ac33a42e76f37ed
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
    },