king
2022-02-09 d59f518f466274b2caeb2e01c10c92deafe7c93b
src/mob/components/tabs/antv-tabs/options.jsx
@@ -34,17 +34,25 @@
      allowClear: true,
      span: 22
    },
    // {
    //   type: 'radio',
    //   field: 'hasSearch',
    //   label: '搜索',
    //   initval: tab.hasSearch || 'false',
    //   required: false,
    //   options: [
    //     {value: 'false', label: '无'},
    //     {value: 'icon', label: '有'},
    //   ],
    //   forbid: appType !== 'mob' || setting.display !== 'inline-block',
    //   span: 22
    // },
    {
      type: 'radio',
      field: 'hasSearch',
      label: '搜索',
      initval: tab.hasSearch || 'false',
      type: 'color',
      field: 'backgroundColor',
      label: '背景色',
      initval: tab.backgroundColor || 'transparent',
      required: false,
      options: [
        {value: 'false', label: '无'},
        {value: 'icon', label: '有'},
      ],
      forbid: appType !== 'mob' || setting.display !== 'inline-block',
      span: 22
    },
    {