Commit 70aa2400 authored by 成旭东's avatar 成旭东

fix

parent 7c745e31
Pipeline #27948 passed with stage
in 2 minutes 39 seconds
......@@ -128,6 +128,18 @@ const DrawerForm = (props: any) => {
>
<Switch />
</FormItem>
<FormItem
name="updated_at"
label="编辑时间"
>
<Input disabled />
</FormItem>
<FormItem
name="created_at"
label="添加时间"
>
<Input disabled />
</FormItem>
</Form>
{footer}
</>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment