src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx
@@ -673,6 +673,21 @@ }, { type: 'radio', key: 'showValue', label: '显示值', initVal: card.showValue || 'label', tooltip: '单元格不可编辑时显示的信息。', required: false, options: [{ value: 'value', text: '值·字段' }, { value: 'label', text: '文本·字段' }] }, { type: 'radio', key: 'dropdown', label: '下拉宽度', initVal: card.dropdown || 'flex',