-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathjiyi.json
More file actions
121 lines (121 loc) · 2.62 KB
/
jiyi.json
File metadata and controls
121 lines (121 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
[
{
"fieldInput": "userid:string,20",
"htmlType": "",
"validations": "",
"searchable": false,
"fillable": false,
"primary": true,
"inForm": false,
"inIndex": false
},
{
"fieldInput": "studentID:string,20",
"htmlType": "text",
"validations": "required",
"searchable": true,
"inForm": true,
"inIndex": true
},
{
"fieldInput": "province:string",
"htmlType": "select:Type1,Type2,Type3,Type4",
"validations": "required",
"searchable": true
},
{
"fieldInput": "gender:string",
"htmlType": "radio:Male,Female",
"validations": "required"
},
{
"fieldInput": "politics:string,30",
"htmlType": "select:Type1,Type2,Type3,Type4",
"validations": "required",
"searchable": true
},
{
"fieldInput": "stature:string,5",
"htmlType": "select:Type1,Type2,Type3,Type4",
"validations": "required",
"searchable": true
},
{
"fieldInput": "academy:string,30",
"htmlType": "select:Type1,Type2,Type3,Type4",
"validations": "required",
"searchable": true
},
{
"fieldInput": "profession:string,30",
"htmlType": "select:Type1,Type2,Type3,Type4",
"validations": "required",
"searchable": true
},
{
"fieldInput": "middleschool:string,30",
"htmlType": "text",
"validations": "required",
"searchable": false
},
{
"fieldInput": "telphone:string,20",
"htmlType": "text",
"validations": "required",
"searchable": false
},
{
"fieldInput": "postcode:string,10",
"htmlType": "text",
"validations": "required",
"searchable": false
},
{
"fieldInput": "address:string,100",
"htmlType": "text",
"validations": "required",
"searchable": false
},
{
"fieldInput": "family:text",
"htmlType": "textarea",
"validations": "required",
"searchable": false
},
{
"fieldInput": "hobby:string,50",
"htmlType": "textarea",
"validations": "required",
"searchable": false
},
{
"fieldInput": "reward:string,255",
"htmlType": "textarea",
"validations": "required",
"searchable": false
},
{
"fieldInput": "personal:string,100",
"htmlType": "file",
"validations": "required",
"searchable": false
},
{
"fieldInput": "certificate:string,100",
"htmlType": "file",
"validations": "required",
"searchable": false
},
{
"fieldInput": "video:string,100",
"htmlType": "file",
"validations": "required",
"searchable": false
},
{
"fieldInput": "state:string",
"htmlType": "radio:正常,拉黑",
"validations": "required",
"searchable": false
}
]