haoyahui
2023-11-11 332c012e7336f2996c4fe5c8c110d00713c1bde2
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: ''
  }
]