src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx
@@ -374,6 +374,24 @@ tooltip: '包括文本或数值回车事件、下拉菜单选中事件、开关切换事件。', options: editCols }, { type: 'select', key: 'ctrlField', label: '禁用字段', initVal: card.ctrlField || '', tooltip: '控制单元格是否可以编辑。', allowClear: true, required: false, options: fields }, { type: 'text', key: 'ctrlValue', label: '禁用值', initVal: card.ctrlValue || '', tooltip: '多个值用逗号分隔。', required: false }, // { // type: 'radio', // key: 'footEnter',