Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
barry cho
Person System
Commits
8e0b44a3
Commit
8e0b44a3
authored
5 years ago
by
过期的豆豆糖
Browse files
Options
Download
Email Patches
Plain Diff
修复面试计划bug
parent
e8696f51
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
person-admin/src/main/resources/templates/modules/person/interview.html
+5
-2
...rc/main/resources/templates/modules/person/interview.html
with
5 additions
and
2 deletions
+5
-2
person-admin/src/main/resources/templates/modules/person/interview.html
+
5
-
2
View file @
8e0b44a3
...
...
@@ -64,10 +64,13 @@
<div
class=
"form-group"
v-show=
"interviewFlag"
>
<div
class=
"col-sm-2 control-label"
>
面试结果
</div>
<label
class=
"radio-inline"
>
<input
type=
"radio"
name=
"status"
value=
"0"
v-model=
"interview.status"
/>
通过
<input
type=
"radio"
name=
"status"
value=
"0"
v-model=
"interview.status"
/>
面试中
</label>
<label
class=
"radio-inline"
>
<input
type=
"radio"
name=
"status"
value=
"1"
v-model=
"interview.status"
/>
未通过
<input
type=
"radio"
name=
"status"
value=
"1"
v-model=
"interview.status"
/>
通过
</label>
<label
class=
"radio-inline"
>
<input
type=
"radio"
name=
"status"
value=
"2"
v-model=
"interview.status"
/>
未通过
</label>
</div>
<div
class=
"form-group"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help