ant-design / pro-table

🏆 Use Ant Design Table like a Pro!
https://protable.ant.design/
MIT License
562 stars 151 forks source link

renderFormItem 显示两个表单元素title🐛[BUG] #743

Open quqiufeng opened 3 years ago

quqiufeng commented 3 years ago

最新版 pro v5

{ title: '状态', dataIndex: 'status', valueEnum: { 0: { text: '关闭', status: 'Default' }, 1: { text: '运行中', status: 'Processing' }, 2: { text: '已上线', status: 'Success' }, 3: { text: '异常', status: 'Error' }, }, renderFormItem: (item, { defaultRender, ...rest }, form) => { return defaultRender(item); }, }

表单显示

image

quqiufeng commented 3 years ago

title 状态 显示两次