提交 修改弹窗点击关闭
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
</div>
|
||||
|
||||
<!-- 修改密码弹出框 -->
|
||||
<el-dialog title="Change Password" :visible.sync="pwdVisible" width="500px">
|
||||
<el-dialog title="Change Password" :visible.sync="pwdVisible" width="500px" :close-on-click-modal="false">
|
||||
<el-form :model="pwdForm" :rules="rules" ref="pwd_form" label-width="150px">
|
||||
<el-form-item label="Old password :" prop="password">
|
||||
<el-input type="password" placeholder="Please enter..." v-model="pwdForm.password"></el-input>
|
||||
@@ -170,7 +170,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 绑定谷歌账号弹出框 -->
|
||||
<el-dialog title="Bind Google account" :visible.sync="bindVisible" width="550px">
|
||||
<el-dialog title="Bind Google account" :visible.sync="bindVisible" width="550px" :close-on-click-modal="false">
|
||||
<p style="padding:0 0 20px 5px;font-weight: bold;">
|
||||
Please select one and press the OK button.</p>
|
||||
<div v-for="item in geogleList" :class="bindForm.g_author == item.author_id?'gugeList gu_col':'gugeList'"
|
||||
@@ -193,7 +193,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 个人信息弹出框 -->
|
||||
<el-dialog title="Change Essential Information" :visible.sync="coreVisible" width="600px">
|
||||
<el-dialog title="Change Essential Information" :visible.sync="coreVisible" width="600px" :close-on-click-modal="false">
|
||||
<el-form :model="coreForm" :rules="rules" ref="core_Form" label-width="140px">
|
||||
<el-form-item label="Account :" prop="account">
|
||||
<span>{{coreForm.account}}</span>
|
||||
@@ -236,7 +236,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 审稿人弹出框 -->
|
||||
<el-dialog title="Change Reviewer Information" :visible.sync="reviewVisible" width="650px">
|
||||
<el-dialog title="Change Reviewer Information" :visible.sync="reviewVisible" width="650px" :close-on-click-modal="false">
|
||||
<el-form :model="reviewForm" :rules="rules" ref="review_Form" label-width="120px">
|
||||
<el-form-item label="Title :" prop="title">
|
||||
<el-select v-model="reviewForm.title" filterable placeholder="Please select a title"
|
||||
@@ -290,7 +290,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 申请编委弹出框 -->
|
||||
<el-dialog title="Apply Editorial board member" :visible.sync="boardVisible" width="650px">
|
||||
<el-dialog title="Apply Editorial board member" :visible.sync="boardVisible" width="650px" :close-on-click-modal="false">
|
||||
<el-form :model="boardForm" :rules="rules" ref="board_Form" label-width="120px">
|
||||
|
||||
</el-form>
|
||||
@@ -301,7 +301,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 申请主编弹出框 -->
|
||||
<el-dialog title="Apply Editor-in-Chief" :visible.sync="chiefVisible" width="650px">
|
||||
<el-dialog title="Apply Editor-in-Chief" :visible.sync="chiefVisible" width="650px" :close-on-click-modal="false">
|
||||
<el-form :model="chiefForm" :rules="rules" ref="chief_Form" label-width="120px">
|
||||
|
||||
</el-form>
|
||||
|
||||
Reference in New Issue
Block a user