src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx
@@ -154,7 +154,6 @@ label: Formdict['model.sort'], initVal: card.IsSort || (card.isSub ? 'false' : 'true'), required: true, // forbidden: card.isSub, options: [{ value: 'true', text: Formdict['model.true'] @@ -415,7 +414,8 @@ label: Formdict['header.form.blacklist'], initVal: card.blacklist || [], required: false, options: roleList options: roleList, forbidden: appType === 'mob' } ] }