src/menu/components/table/edit-table/options.jsx
@@ -130,6 +130,18 @@ }, { type: 'radio', field: 'searchSize', label: '搜索间距', initval: wrap.searchSize || 'middle', tooltip: '搜索条件的上下间距。', required: false, options: [ {value: 'middle', label: '默认'}, {value: 'small', label: '小'}, ], }, { type: 'radio', field: 'parity', label: '奇偶异色', initval: wrap.parity || 'false',