src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx
@@ -152,9 +152,9 @@ type: 'radio', key: 'IsSort', label: Formdict['model.sort'], initVal: card.IsSort || 'true', initVal: card.IsSort || (card.isSub ? 'false' : 'true'), required: true, forbidden: card.isSub, // forbidden: card.isSub, options: [{ value: 'true', text: Formdict['model.true']