src/menu/components/calendar/options.jsx
@@ -131,6 +131,19 @@ }, { type: 'radio', field: 'cacheSearch', label: '搜索缓存', initval: wrap.cacheSearch || 'false', tooltip: '启用搜索条件缓存后,在菜单刷新时搜索条件不变。', required: false, options: [ {value: 'true', label: '启用'}, {value: 'false', label: '禁用'}, ], forbid: !!appType || isprint }, { type: 'radio', field: 'click', label: '点击事件', initval: wrap.click || '',