king
2022-04-25 9e716f3bd30820a08757845b592db73363faa48c
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']