Ben Lin
2024-07-02 2069d53e9be24adec3c8d6717fd7317555bd9a52
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',