Commit 79ca5a42 authored by zhangderong's avatar zhangderong

测试机器人

parent 3927c6de
......@@ -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>
......
......@@ -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">
......
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment