cy
2023-11-24 a5e195c4d1cf661ec0f1c03517ce3b5436b7e5b2
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: ''
  }
]