Ben Lin
2024-06-18 ebbd788fbb2c0b45d4473798efc57eec8ba74a25
src/views/demo/page/form/step/data.tsx
@@ -1,4 +1,4 @@
import { FormSchema } from '/@/components/Form';
import { FormSchema } from '@/components/Form';
export const step1Schemas: FormSchema[] = [
  {
@@ -21,7 +21,6 @@
  },
  {
    field: 'fac',
    component: 'InputGroup',
    label: '收款账户',
    required: true,
    defaultValue: 'test@example.com',