src/menu/components/card/data-card/options.jsx
@@ -645,20 +645,19 @@ {value: 'true', label: '启用'}, {value: 'false', label: '禁用'}, ], forbid: !!appType || isprint forbid: !!appType || subtype === 'propcard' || isprint }, { type: 'radio', field: 'searchBtn', label: '搜索按钮', initval: wrap.searchBtn || 'hidden', // tooltip: '启用搜索条件缓存后,在菜单刷新时搜索条件不变。', required: false, options: [ {value: 'hidden', label: '隐藏'}, {value: 'show', label: '显示'}, ], forbid: appType === 'mob' || isprint, forbid: appType === 'mob' || subtype === 'propcard' || isprint, }, { type: 'radio',