提交 修改弹窗点击关闭
This commit is contained in:
@@ -269,7 +269,7 @@
|
||||
<!-- 添加弹出框 -->
|
||||
|
||||
<!-- 编辑弹出框 -->
|
||||
<el-dialog title="Edit User Message" :visible.sync="editVisible" width="700px">
|
||||
<el-dialog title="Edit User Message" :visible.sync="editVisible" width="700px" :close-on-click-modal="false">
|
||||
<el-form ref="edit_Form" :model="editForm" :rules="rules" label-width="120px">
|
||||
<el-form-item label="Email :">
|
||||
{{ editForm.email }}
|
||||
@@ -398,7 +398,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 删除弹出框 -->
|
||||
<el-dialog title="Delete Reviewer" :visible.sync="delOpen" width="600px">
|
||||
<el-dialog title="Delete Reviewer" :visible.sync="delOpen" width="600px" :close-on-click-modal="false">
|
||||
<div v-for="item in lineOptions" :name="item.journal_id" :value="item.reviewer_id" style="margin: 0 0 12px 60px">
|
||||
{{ item.journal.title }} - {{ item.reviewer.realname }}
|
||||
<font @click="lastDelete($event)" class="deteleBtn">
|
||||
@@ -412,7 +412,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 标记弹出框 -->
|
||||
<el-dialog title="Remarks" :visible.sync="remarkBox" width="800px">
|
||||
<el-dialog title="Remarks" :visible.sync="remarkBox" width="800px" :close-on-click-modal="false">
|
||||
<el-form ref="remark" :model="remarkMes" label-width="95px">
|
||||
<el-form-item label="Reviewer :">
|
||||
<p style="line-height: 20px; margin-top: 6px">
|
||||
@@ -429,7 +429,7 @@
|
||||
<el-button type="primary" @click="saveRemark">Save</el-button>
|
||||
</span>
|
||||
</el-dialog>
|
||||
<el-dialog title="Edit Research areas" :visible.sync="majorBox" width="800px">
|
||||
<el-dialog title="Edit Research areas" :visible.sync="majorBox" width="800px" :close-on-click-modal="false">
|
||||
<el-form ref="remark" :model="majorMes" label-width="120px">
|
||||
<el-form-item label="Reviewer :">
|
||||
<p style="line-height: 20px; margin-top: 6px">
|
||||
@@ -451,7 +451,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 评级弹出框 -->
|
||||
<el-dialog title="Reviewer Class" :visible.sync="gradeBox" width="400px">
|
||||
<el-dialog title="Reviewer Class" :visible.sync="gradeBox" width="400px" :close-on-click-modal="false">
|
||||
<el-form ref="grade" :model="gradeMes" label-width="85px">
|
||||
<el-form-item label="Reviewer :">
|
||||
<p style="line-height: 20px; margin-top: 6px">{{ gradeMes.realname }}</p>
|
||||
|
||||
Reference in New Issue
Block a user