src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx
@@ -93,6 +93,16 @@ label: card.label + '(下一行)' }) if (wrap.commit === 'change') { editCols.push({ field: '$noActX', label: '无动作', disabled: card.editType !== 'select' }) } else if (card.enter === '$noActX') { card.enter = '$noAct' } return [ { type: 'text', @@ -431,6 +441,15 @@ }, { type: 'select', key: 'showField', label: '显示字段', initVal: card.showField || '', tooltip: '用于控制单元格中的显示内容。', required: false, options: 'columns' }, { type: 'select', key: 'controlField', label: '禁用字段', initVal: card.controlField || '',