Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hr-mobile-view
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
anjia-hr
hr-mobile-view
Commits
0456d616
Commit
0456d616
authored
Dec 17, 2025
by
刘斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 婚姻状况
parent
0da6d174
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
App.vue
src/App.vue
+5
-5
No files found.
src/App.vue
View file @
0456d616
...
...
@@ -74,8 +74,8 @@
>
<
template
#
input
>
<van-radio-group
v-model=
"form.maritalStatus"
direction=
"horizontal"
>
<van-radio
name=
"1"
>
未
婚
</van-radio>
<van-radio
name=
"2"
>
已
婚
</van-radio>
<van-radio
name=
"1"
>
已
婚
</van-radio>
<van-radio
name=
"2"
>
未
婚
</van-radio>
<van-radio
name=
"3"
>
离异
</van-radio>
</van-radio-group>
</
template
>
...
...
@@ -264,7 +264,7 @@
<
template
#
title
>
<div
style=
"display: flex; justify-content: space-between; align-items: center;"
>
<span>
外部个人履历
</span>
<span
style=
"font-size: 12px; color: #969799; font-weight: normal;"
>
向右
滑动填写更多
<van-icon
name=
"arrow-double-right"
/></span>
<span
style=
"font-size: 12px; color: #969799; font-weight: normal;"
>
滑动填写更多
<van-icon
name=
"arrow-double-right"
/></span>
</div>
</
template
>
<div
class=
"resume-table"
v-if=
"form.externalResumeItems.length"
>
...
...
@@ -314,7 +314,7 @@
<
template
#
title
>
<div
style=
"display: flex; justify-content: space-between; align-items: center;"
>
<span>
家庭主要成员
</span>
<span
style=
"font-size: 12px; color: #969799; font-weight: normal;"
>
向右
滑动填写更多
<van-icon
name=
"arrow-double-right"
/></span>
<span
style=
"font-size: 12px; color: #969799; font-weight: normal;"
>
滑动填写更多
<van-icon
name=
"arrow-double-right"
/></span>
</div>
</
template
>
<div
class=
"family-table"
v-if=
"form.familyMembers.length"
>
...
...
@@ -501,7 +501,7 @@ const form = reactive({
homeAddress
:
''
,
ethnicity
:
''
,
nativePlace
:
''
,
maritalStatus
:
'
1
'
,
maritalStatus
:
'
2
'
,
maritalText
:
'未婚'
,
politicalStatus
:
''
,
politicalText
:
''
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment