src/menu/components/card/cardcomponent/options.jsx
@@ -237,6 +237,19 @@ forbid: appType === 'mob' }, { type: 'radio', field: 'checkAll', label: '全选', initval: setting.checkAll || 'hidden', tooltip: '全选仅在数据卡可多选,且选中风格为勾选框时有效。', required: false, options: [ {value: 'hidden', label: '隐藏'}, {value: 'show', label: '显示'}, ], forbid: cardType !== 'extendCard' }, { type: 'table', field: 'menus', label: '菜单组',