src/menu/components/card/data-card/options.jsx
@@ -607,6 +607,19 @@ forbid: !!appType || isprint }, { type: 'radio', field: 'shifting', label: '按钮偏移', initval: wrap.shifting || 'false', tooltip: '启用时,工具栏按钮将显示在标题栏右上角。', required: false, options: [ {value: 'true', label: '启用'}, {value: 'false', label: '禁用'}, ], forbid: !!appType || subtype !== 'datacard' || isprint }, { type: 'multiselect', field: 'blacklist', label: '黑名单',