646e7db3 by 杨炀

no message

1 parent 88667d3a
1 .DS_Store 1 .DS_Store
2 node_modules/ 2 node_modules/
3 unpackage/ 3 unpackage/
4 static/
4 5
5 package-lock.json 6 package-lock.json
6 yarn.lock 7 yarn.lock
......
1 @font-face {
2 font-family: "iconfont";
3 /* Project id 3873999 */
4 src: url('/static/font/iconfont.ttf') format('woff2'),
5 url('/static/font/iconfont.ttf') format('woff'),
6 url('/static/font/iconfont.ttf') format('truetype');
7 }
8
9 .iconfont {
10 font-family: "iconfont" !important;
11 font-size: 16px;
12 font-style: normal;
13 -webkit-font-smoothing: antialiased;
14 -moz-osx-font-smoothing: grayscale;
15 }
16
17 .icon-31dingwei:before {
18 content: "\e600";
19 }
20
21 .icon-ai253:before {
22 content: "\e6f1";
23 }
24
25 .icon-loufangfangzi:before {
26 content: "\e729";
27 }
No preview for this file type
1 export const nationList = [
2 {
3 text: "汉族",
4 value: "汉族"
5 },
6 {
7 text: "蒙古族",
8 value: "蒙古族"
9 },
10 {
11 text: "回族",
12 value: "回族"
13 },
14 {
15 text: "藏族",
16 value: "藏族"
17 },
18 {
19 text: "维吾尔族",
20 value: "维吾尔族"
21 },
22 {
23 text: "苗族",
24 value: "苗族"
25 },
26 {
27 text: "彝族",
28 value: "彝族"
29 },
30 {
31 text: "壮族",
32 value: "壮族"
33 },
34 {
35 text: "布依族",
36 value: "布依族"
37 },
38 {
39 text: "朝鲜族",
40 value: "朝鲜族"
41 },
42 {
43 text: "满族",
44 value: "满族"
45 },
46 {
47 text: "侗族",
48 value: "侗族"
49 },
50 {
51 text: "瑶族",
52 value: "瑶族"
53 },
54 {
55 text: "白族",
56 value: "白族"
57 },
58 {
59 text: "土家族",
60 value: "土家族"
61 },
62 {
63 text: "哈尼族",
64 value: "哈尼族"
65 },
66 {
67 text: "哈萨克族",
68 value: "哈萨克族"
69 },
70 {
71 text: "傣族",
72 value: "傣族"
73 },
74 {
75 text: "黎族",
76 value: "黎族"
77 },
78 {
79 text: "傈僳族",
80 value: "傈僳族"
81 },
82 {
83 text: "佤族",
84 value: "佤族"
85 },
86 {
87 text: "畲族",
88 value: "畲族"
89 },
90 {
91 text: "高山族",
92 value: "高山族"
93 },
94 {
95 text: "拉祜族",
96 value: "拉祜族"
97 },
98 {
99 text: "水族",
100 value: "水族"
101 },
102 {
103 text: "东乡族",
104 value: "东乡族"
105 },
106 {
107 text: "纳西族",
108 value: "纳西族"
109 },
110 {
111 text: "景颇族",
112 value: "景颇族"
113 },
114 {
115 text: "柯尔克孜族",
116 value: "柯尔克孜族"
117 },
118 {
119 text: "土族",
120 value: "土族"
121 },
122 {
123 text: "达斡尔族",
124 value: "达斡尔族"
125 },
126 {
127 text: "仫佬族",
128 value: "仫佬族"
129 },
130 {
131 text: "羌族",
132 value: "羌族"
133 },
134 {
135 text: "布朗族",
136 value: "布朗族"
137 },
138 {
139 text: "撒拉族",
140 value: "撒拉族"
141 },
142 {
143 text: "毛难族",
144 value: "毛难族"
145 },
146 {
147 text: "仡佬族",
148 value: "仡佬族"
149 },
150 {
151 text: "锡伯族",
152 value: "锡伯族"
153 },
154 {
155 text: "阿昌族",
156 value: "阿昌族"
157 },
158 {
159 text: "普米族",
160 value: "普米族"
161 },
162 {
163 text: "塔吉克族",
164 value: "塔吉克族"
165 },
166 {
167 text: "怒族",
168 value: "怒族"
169 },
170 {
171 text: "乌孜别克族",
172 value: "乌孜别克族"
173 },
174 {
175 text: "俄罗斯族",
176 value: "俄罗斯族"
177 },
178 {
179 text: "鄂温克族",
180 value: "鄂温克族"
181 },
182 {
183 text: "崩龙族",
184 value: "崩龙族"
185 },
186 {
187 text: "保安族",
188 value: "保安族"
189 },
190 {
191 text: "裕固族",
192 value: "裕固族"
193 },
194 {
195 text: "京族",
196 value: "京族"
197 },
198 {
199 text: "塔塔尔族",
200 value: "塔塔尔族"
201 },
202 {
203 text: "独龙族",
204 value: "独龙族"
205 },
206 {
207 text: "鄂伦春族",
208 value: "鄂伦春族"
209 },
210 {
211 text: "赫哲族",
212 value: "赫哲族"
213 },
214 {
215 text: "门巴族",
216 value: "门巴族"
217 },
218 {
219 text: "珞巴族",
220 value: "珞巴族"
221 },
222 {
223 text: "基诺族",
224 value: "基诺族"
225 },
226 {
227 text: "其他",
228 value: "其他"
229 },
230 {
231 text: "外国血统中国人士",
232 value: "外国血统中国人士"
233 }
234 ]
235
236
237 export const certificates = [
238 {
239 value: '0',
240 label: '居民身份证'
241 },
242 {
243 value: '1',
244 label: '护照'
245 },
246 {
247 value: '2',
248 label: '其他'
249 }
250 ]
251
252
253 export const tagList = [{text: '运动员',value: '0'},{text: '教练',value: '1'},{text: '领队',value: '2'},{text: '其他',value: '3'}];
254 export const sexs = [{text: '女',value: '0'}, {text: '男',value: '1'}];
255 export const idcTypeList = [
256 { value: '0', text: "身份证" },
257 { value: '1', text: "护照" },
258 { value: '2', text: "其他" },
259 ]
260 export const typeList = [{text: '俱乐部',value: '0'}, {text: '事业单位',value: '1'}, {text: '道馆',value: '2'}, {text: '企业',value: '3'}, {text: '机关',value: '4'}, {text: '其他',value: '5'}];
261 export const comList = [{text: '国资企业(含央企和本地)',value: '0'}, {text: '外商投资企业',value: '1'}, {text: '港澳台企业',value: '2'}, {text: '民营企业',value: '3'}, {text: '商会组织',value: '4'}, {text: '其他',value: '5'}];
No preview for this file type
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!