Skip to content

Commit ab1c180

Browse files
committed
选项优化
1 parent e452199 commit ab1c180

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/assets/json/field-types.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"switchTypes": [{
4545
"value": "creditCard",
4646
"label": "是否有信用卡"
47+
}, {
48+
"value": "socialSecurity",
49+
"label": "是否有社保"
4750
}, {
4851
"value": "accFund",
4952
"label": "是否有本地公积金"
@@ -62,7 +65,7 @@
6265
"dateTypes": [{
6366
"value": "birthday",
6467
"label": "生日"
65-
},{
68+
}, {
6669
"value": "idCardValidity",
6770
"label": "身份证有效期"
6871
}]

0 commit comments

Comments
 (0)