king
2022-07-27 fbf25a99e0bc643be89b0f9dd0efed7867f1490e
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']