zhy
2023-10-26 47e3a50f0abea3f854d42c3cb16a8e2a73e446e2
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: ''
  }
]