src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx
@@ -88,6 +88,11 @@ }) }) editCols.push({ field: '$next_' + card.uuid, label: card.label + '(下一行)' }) return [ { type: 'text', @@ -600,6 +605,14 @@ options: fields }, { type: 'text', key: 'ctrlValue', label: '禁止值', initVal: card.ctrlValue || '', tooltip: '多个值用逗号分隔。', required: false }, { type: 'select', key: 'clearField', label: '清空字段', @@ -608,14 +621,6 @@ allowClear: true, required: false, options: fields }, { type: 'text', key: 'ctrlValue', label: '禁止值', initVal: card.ctrlValue || '', tooltip: '多个值用逗号分隔。', required: false }, { type: 'number',