Skip to content

Commit

Permalink
update case (#3858)
Browse files Browse the repository at this point in the history
  • Loading branch information
electroluxcode committed May 22, 2024
1 parent bcd98ee commit 821238e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/views/demo/form/RuleForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
import { useMessage } from '@/hooks/web/useMessage';
import { PageWrapper } from '@/components/Page';
import { isAccountExist } from '@/api/demo/system';
import dayjs from "dayjs"
const schemas: FormSchema[] = [
{
field: 'field1',
Expand Down Expand Up @@ -235,7 +236,7 @@
field5: ['1'],
field7: '1',
field33: '2020-12-12',
field3: '2020-12-12',
field3: dayjs('2020-12-12',"YYYY-MM-DD"),
});
}
Expand Down

0 comments on commit 821238e

Please sign in to comment.