king
2025-01-24 e1cee96b38805bcccf48e7bcb9d296f2bc54c720
src/menu/components/search/main-search/options.jsx
@@ -140,10 +140,12 @@
      field: 'resetContrl',
      label: '重置时',
      initval: wrap.resetContrl || 'init',
      tooltip: '刷新菜单会清空URL变量。',
      required: false,
      options: [
        {value: 'init', label: '恢复初始值'},
        {value: 'clear', label: '清空'},
        {value: 'refresh', label: '刷新菜单'},
      ],
    },
    {
@@ -160,6 +162,18 @@
    },
    {
      type: 'radio',
      field: 'searchSize',
      label: '搜索间距',
      initval: wrap.searchSize || 'middle',
      tooltip: '搜索条件的上下间距。',
      required: false,
      options: [
        {value: 'middle', label: '默认'},
        {value: 'small', label: '小'},
      ],
    },
    {
      type: 'radio',
      field: 'cacheSearch',
      label: '搜索缓存',
      initval: wrap.cacheSearch || 'false',