This commit is contained in:
PC-202306242200\Administrator
2024-09-20 15:22:14 +08:00
parent f74851b1c0
commit 7d2f597082
7 changed files with 11 additions and 4 deletions

View File

@@ -116,6 +116,13 @@ const RoleForm: React.FC = (props: any) => {
placeholder="请输入标题"
/>
</ProForm.Group>
<ProForm.Group>
<ProFormText
name="type"
label={'类型'}
placeholder="请输入类型"
/>
</ProForm.Group>
<ProForm.Group>
<ProFormDateTimePicker
rules={[{ required: true, message: '请选择' }]}