diff --git a/src/mixin/formMixin.js b/src/mixin/formMixin.js index a1bc551..7312532 100644 --- a/src/mixin/formMixin.js +++ b/src/mixin/formMixin.js @@ -31,11 +31,11 @@ export default { belong_user: 1, belong_user_table: 'sex' }, { - name: '出生日期', + name: '出生年月', field: 'birthday', rule: '', edit_input: "date", - help: '请选择出生日期', + help: '请选择出生年月', need_fill: 0, belong_user: 1, belong_user_table: 'birthday' @@ -253,11 +253,11 @@ export default { belong_user_table: 'sex', sort: 0, }, { - name: '出生日期', + name: '出生年月', field: 'birthday', rule: '', edit_input: "date", - help: '请选择出生日期', + help: '请选择出生年月', need_fill: 0, belong_user: 1, belong_user_table: 'birthday', @@ -297,11 +297,11 @@ export default { belong_user_table: 'education', sort: 0, }, { - name: '公司名称', + name: '公司', field: 'company_name', rule: '', edit_input: "text", - help: '请输入公司名称', + help: '请输入公司', need_fill: 0, belong_user: 1, belong_user_table: 'company_name', @@ -318,7 +318,7 @@ export default { belong_user_table: 'company_position', sort: 0, }, { - name: '有无股份', + name: '股份', field: 'company_has_share', rule: '', edit_input: "radio", @@ -336,11 +336,11 @@ export default { belong_user_table: 'company_has_share', sort: 0, }, { - name: '人才类型', + name: '人才类别', field: 'type', rule: '', edit_input: "radio", - help: '请选择人才类型', + help: '请选择人才类别', need_fill: 0, belong_user: 1, select_item: [], @@ -373,11 +373,11 @@ export default { sort: 0, span: 2 }, { - name: '所在区域', + name: '板块', field: 'company_area', rule: '', edit_input: "radio", - help: '请选择所在区域', + help: '请选择板块', need_fill: 0, belong_user: 1, select_item: [], @@ -385,11 +385,11 @@ export default { belong_user_table: 'company_area', sort: 0, }, { - name: '所属行业', + name: '所属领域', field: 'company_industry', rule: '', edit_input: "radio", - help: '请选择所属行业', + help: '请选择所属领域', need_fill: 0, belong_user: 1, select_item: [], diff --git a/src/styles/iconfont.css b/src/styles/iconfont.css index 5d51b9e..cf35a52 100644 --- a/src/styles/iconfont.css +++ b/src/styles/iconfont.css @@ -1,8 +1,8 @@ @font-face { font-family: "iconfont"; /* Project id 4625369 */ - src: url('iconfont.woff2?t=1721285561761') format('woff2'), - url('iconfont.woff?t=1721285561761') format('woff'), - url('iconfont.ttf?t=1721285561761') format('truetype'); + src: url('iconfont.woff2?t=1725585176741') format('woff2'), + url('iconfont.woff?t=1725585176741') format('woff'), + url('iconfont.ttf?t=1725585176741') format('truetype'); } .iconfont { @@ -13,6 +13,26 @@ -moz-osx-font-smoothing: grayscale; } +.icon-juanzeng:before { + content: "\e672"; +} + +.icon-leijicishu:before { + content: "\e689"; +} + +.icon-leixing:before { + content: "\e614"; +} + +.icon-goujianguanlitixi:before { + content: "\e64d"; +} + +.icon-changdi:before { + content: "\e645"; +} + .icon-xinxi:before { content: "\e600"; } diff --git a/src/styles/iconfont.ttf b/src/styles/iconfont.ttf index e247078..56ac4cc 100644 Binary files a/src/styles/iconfont.ttf and b/src/styles/iconfont.ttf differ diff --git a/src/styles/iconfont.woff b/src/styles/iconfont.woff index a8a5f9c..76ed352 100644 Binary files a/src/styles/iconfont.woff and b/src/styles/iconfont.woff differ diff --git a/src/styles/iconfont.woff2 b/src/styles/iconfont.woff2 index 699d6a3..5efe89b 100644 Binary files a/src/styles/iconfont.woff2 and b/src/styles/iconfont.woff2 differ diff --git a/src/views/course/apply_list.vue b/src/views/course/apply_list.vue index 85d72ab..26a54f6 100644 --- a/src/views/course/apply_list.vue +++ b/src/views/course/apply_list.vue @@ -189,7 +189,7 @@ width: 120, }, { prop: 'user.birthday', - label: '出生日期', + label: '出生年月', align: 'center', width: 120, }, { diff --git a/src/views/course/pay.vue b/src/views/course/pay.vue index 5d17de1..6494d0a 100644 --- a/src/views/course/pay.vue +++ b/src/views/course/pay.vue @@ -152,7 +152,7 @@ width: 120, }, { prop: 'user.birthday', - label: '出生日期', + label: '出生年月', align: 'center', width: 120, }, { diff --git a/src/views/course/txl.vue b/src/views/course/txl.vue index fcbec3f..6a4e451 100644 --- a/src/views/course/txl.vue +++ b/src/views/course/txl.vue @@ -175,7 +175,7 @@ width: 120, }, { prop: 'user.birthday', - label: '出生日期', + label: '出生年月', align: 'center', width: 120, }, { diff --git a/src/views/student/components/editDetail.vue b/src/views/student/components/editDetail.vue index d40ddb3..d0270a4 100644 --- a/src/views/student/components/editDetail.vue +++ b/src/views/student/components/editDetail.vue @@ -28,11 +28,11 @@