Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
frontend
/
qqxb-self-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1209cb6e
authored
Jun 04, 2020
by
e
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
updata
parent
8421802e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
src/components/archives/archiveQuestion.vue
src/components/archives/archiveQuestion.vue
View file @
1209cb6e
...
...
@@ -7,30 +7,30 @@
<div
class=
"box"
>
<div
class=
"item"
>
<span>
是否有传染病、精神病及任何慢性疾病史?
</span>
<van-radio-group
v-model=
"radio"
direction=
"horizontal"
class=
"item-radio"
>
<van-radio-group
v-model=
"radio
1
"
direction=
"horizontal"
class=
"item-radio"
>
<van-radio
name=
"1"
checked-color=
"#07c160"
>
是
</van-radio>
<van-radio
name=
"2"
checked-color=
"#07c160"
>
否
</van-radio>
</van-radio-group>
</div>
<div
class=
"item"
>
<span>
是否与其他公司签订过“竞业禁止协议”?
</span>
<van-radio-group
v-model=
"radio"
direction=
"horizontal"
class=
"item-radio"
>
<van-radio
name=
"
1
"
checked-color=
"#07c160"
>
是
</van-radio>
<van-radio
name=
"
2
"
checked-color=
"#07c160"
>
否
</van-radio>
<van-radio-group
v-model=
"radio
2
"
direction=
"horizontal"
class=
"item-radio"
>
<van-radio
name=
"
3
"
checked-color=
"#07c160"
>
是
</van-radio>
<van-radio
name=
"
4
"
checked-color=
"#07c160"
>
否
</van-radio>
</van-radio-group>
</div>
<div
class=
"item"
>
<span>
是否曾因个人行为不检而被其他公司解雇?
</span>
<van-radio-group
v-model=
"radio"
direction=
"horizontal"
class=
"item-radio"
>
<van-radio
name=
"
1
"
checked-color=
"#07c160"
>
是
</van-radio>
<van-radio
name=
"
2
"
checked-color=
"#07c160"
>
否
</van-radio>
<van-radio-group
v-model=
"radio
3
"
direction=
"horizontal"
class=
"item-radio"
>
<van-radio
name=
"
5
"
checked-color=
"#07c160"
>
是
</van-radio>
<van-radio
name=
"
6
"
checked-color=
"#07c160"
>
否
</van-radio>
</van-radio-group>
</div>
<div
class=
"item"
>
<span>
是否愿意接受我公司及派至公司一切规章制度?
</span>
<van-radio-group
v-model=
"radio"
direction=
"horizontal"
class=
"item-radio"
>
<van-radio
name=
"
1
"
checked-color=
"#07c160"
>
是
</van-radio>
<van-radio
name=
"
2
"
checked-color=
"#07c160"
>
否
</van-radio>
<van-radio-group
v-model=
"radio
4
"
direction=
"horizontal"
class=
"item-radio"
>
<van-radio
name=
"
7
"
checked-color=
"#07c160"
>
是
</van-radio>
<van-radio
name=
"
8
"
checked-color=
"#07c160"
>
否
</van-radio>
</van-radio-group>
</div>
</div>
...
...
@@ -48,7 +48,10 @@ import { Component } from "vue-property-decorator";
},
data
()
{
return
{
radio
:
1
radio1
:
1
,
radio2
:
2
,
radio3
:
3
,
radio4
:
4
};
}
})
...
...
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