src/menu/components/card/data-card/options.jsx
@@ -282,6 +282,19 @@ }, { type: 'radio', field: 'parity', label: '奇偶背景', initval: wrap.parity || 'false', tooltip: '偶数行会添加背景色。', required: false, options: [ {value: 'false', label: '无'}, {value: 'true', label: '有'}, ], forbid: subtype === 'propcard' }, { type: 'radio', field: 'printType', label: '组件类型', initval: wrap.printType || 'content',