cy
2023-10-30 29252eb42f3f17f9d52d89d7f56578d6dab1b99e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export default [
  {
    type: 'text',
    dataIndex: 'userName',
    label: '人员姓名',
    placeholder: "请输入",
    defaultValue: ''
  },
  {
    type: 'text',
    dataIndex: 'userPhone',
    label: '手机号',
    placeholder: "请输入",
    defaultValue: ''
  }
]