src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx
@@ -38,13 +38,13 @@ }, { value: 'custom', text: '自定义列' }, { value: 'colspan', text: '合并列' }] if (!card.isSub) { options.push({ value: 'colspan', text: '合并列' }, { value: 'action', text: '操作' }) @@ -126,6 +126,7 @@ label: Formdict['model.sort'], initVal: card.IsSort || 'true', required: true, forbidden: card.isSub, options: [{ value: 'true', text: Formdict['model.true']