Open quqiufeng opened 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); }, }
表单显示
title 状态 显示两次
最新版 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); }, }
表单显示