Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
recruiting-management
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
recruiting-management
Commits
79ca5a42
Commit
79ca5a42
authored
Aug 22, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试机器人
parent
3927c6de
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
26 deletions
+9
-26
interview.vue
src/page/interview/interview.vue
+3
-8
account.vue
src/page/system/account.vue
+4
-12
emailMange.vue
src/page/system/emailMange.vue
+2
-6
No files found.
src/page/interview/interview.vue
View file @
79ca5a42
...
...
@@ -165,10 +165,8 @@
<!-- 更改面试信息弹出框 -->
<Modal
v-model=
"modal2"
@
on-ok=
"ok"
:closable=
"false"
width=
'300px'
@
on-cancel=
"cancel"
>
width=
'300px'
>
<h3
style=
"text-align:center"
>
更改约面信息
</h3>
<Form
:label-width=
"80"
>
<FormItem
label=
"邀约人"
style=
"margin-top:20px"
>
...
...
@@ -189,10 +187,8 @@
<!-- 终止面试弹出框 -->
<Modal
v-model=
"modal3"
@
on-ok=
"ok"
:closable=
"false"
width=
'230px'
@
on-cancel=
"cancel"
>
width=
'230px'
>
<h3
style=
"text-align:center"
>
提示
</h3>
<p>
终止面试流程后,仍可以重启流程,
<br>
是否确定终止该后选人的面试
</p>
<div
slot=
'footer'
style=
"text-align:center"
>
...
...
@@ -203,10 +199,9 @@
<!-- 重启面试弹出框 -->
<Modal
v-model=
"modal4"
@
on-ok=
"ok"
:closable=
"false"
width=
'240px'
@
on-cancel=
"cancel"
>
>
<h3
style=
"text-align:center"
>
提示
</h3>
<p
style=
"text-align:center"
>
终止面试时的简历状态为:
<span
v-if=
"OPPeninterviewSTA=='HAS_SEE'"
>
已邀约
</span>
...
...
src/page/system/account.vue
View file @
79ca5a42
...
...
@@ -52,10 +52,8 @@
<!-- 恢复初始密码 -->
<Modal
v-model=
"modal1"
@
on-ok=
"ok"
:closable=
"false"
width=
'250px'
@
on-cancel=
"cancel"
>
width=
'250px'
>
<h3
style=
"text-align:center"
>
提示
</h3>
<p
style=
"text-align:center"
>
是否将该账号的密码,恢复至初始状态。
</p>
<div
slot=
'footer'
style=
"text-align:center"
>
...
...
@@ -66,10 +64,8 @@
<!-- 删除当前的账户 -->
<Modal
v-model=
"modal2"
@
on-ok=
"ok"
:closable=
"false"
width=
'250px'
@
on-cancel=
"cancel"
>
width=
'250px'
>
<h3
style=
"text-align:center"
>
提示
</h3>
<p
style=
"text-align:center"
>
是否确定删除当前账户
</p>
<div
slot=
'footer'
style=
"text-align:center"
>
...
...
@@ -79,10 +75,8 @@
</Modal>
<Modal
v-model=
"modal3"
@
on-ok=
"ok"
:closable=
"false"
width=
'250px'
@
on-cancel=
"cancel"
>
width=
'250px'
>
<h3
style=
"text-align:center"
>
提示
</h3>
<p
style=
"text-align:center"
>
是否确定删除这些账户
</p>
<div
slot=
'footer'
style=
"text-align:center"
>
...
...
@@ -92,10 +86,8 @@
</Modal>
<Modal
v-model=
"modal4"
@
on-ok=
"ok"
:closable=
"false"
width=
'250px'
@
on-cancel=
"cancel"
>
width=
'250px'
>
<h3
style=
"text-align:center"
>
提示
</h3>
<p
style=
"text-align:center"
>
未选择要上传的远元素
</p>
<div
slot=
'footer'
style=
"text-align:center"
>
...
...
src/page/system/emailMange.vue
View file @
79ca5a42
...
...
@@ -73,11 +73,9 @@
<!-- 同步绑定 -->
<Modal
v-model=
"modal3"
@
on-ok=
"ok"
:closable=
"false"
:footer-hide=
"true"
width=
'250px'
@
on-cancel=
"cancel"
>
width=
'250px'
>
<h3
style=
"text-align:center"
>
提示
</h3>
<p
style=
"text-align:center;line-height:40px"
>
同步中,请稍后...
</p>
...
...
@@ -110,10 +108,8 @@
<!-- 解绑弹出框 -->
<Modal
v-model=
"modal5"
@
on-ok=
"ok"
:closable=
"false"
width=
'250px'
@
on-cancel=
"cancel"
>
width=
'250px'
>
<h3
style=
"text-align:center"
>
提示
</h3>
<p
style=
"text-align:center"
>
解绑后如你需要再次绑定该邮箱,需重新输入账号,密码等信息重新绑定,是否确定解绑?
</p>
<div
slot=
'footer'
style=
"text-align:center"
>
...
...
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