king
2023-10-31 eee991f412fc8250ffe9ba8dd074fc4d0cf6eaa2
src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx
@@ -593,6 +593,16 @@
      options: fields
    },
    {
      type: 'select',
      key: 'clearField',
      label: '清空字段',
      initVal: card.clearField || '',
      tooltip: '当前字段编辑时需要清空的字段。',
      allowClear: true,
      required: false,
      options: fields
    },
    {
      type: 'text',
      key: 'ctrlValue',
      label: '禁止值',