You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
🐛 bug 描述 [详细地描述 bug,让大家都能理解]
{ title: <FormattedMessage id="pages.createdAt" defaultMessage="创建时间" />, dataIndex: 'createdAt', renderFormItem: (_, { type}) => { if (type === 'form') { return null; } return <ProFormDateRangePicker transform={(values) => { return { timeStart: values ? values[0] : undefined, timeAtEnd: values ? values[1] : undefined, }; }} label={null} placeholder={intl.formatMessage({ id: 'pages.placeholder', defaultMessage: '请选择', })} /> } },
📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题]
🏞 期望结果 [描述你原本期望看到的结果]
💻 复现代码 [提供可复现的代码,仓库,或线上示例]
© 版本信息
🚑 其他信息 [如截图等其他信息可以贴在这里]
The text was updated successfully, but these errors were encountered: