haoyahui
2023-11-21 13b0bad30ef1df53492cbab1c1b99dfc02dee63f
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: ''
  }
]