提交 修改弹窗点击关闭
This commit is contained in:
@@ -366,7 +366,7 @@
|
||||
</div>
|
||||
|
||||
<!-- 文章详情弹出框 -->
|
||||
<el-dialog title="" :visible.sync="detailVisible" width="1200px" class="articlDialog">
|
||||
<el-dialog title="" :visible.sync="detailVisible" width="1200px" class="articlDialog" :close-on-click-modal="false">
|
||||
<el-row :gutter="30">
|
||||
<el-col :span="16">
|
||||
<div class="art_state_">
|
||||
@@ -638,7 +638,7 @@
|
||||
|
||||
|
||||
<!-- 审稿意见 -->
|
||||
<el-dialog title="" :visible.sync="reviewVisible" width="1000px">
|
||||
<el-dialog title="" :visible.sync="reviewVisible" width="1000px" :close-on-click-modal="false">
|
||||
<p style="margin: 0 0 20px 0;font-size: 16px;">{{detailMess.title}}</p>
|
||||
<el-table :data="reviewData" border stripe class="table" ref="multipleTable"
|
||||
header-cell-class-name="table-header" empty-text="New messages (0)">
|
||||
@@ -686,7 +686,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 审稿问卷 -->
|
||||
<el-dialog title="Feedback questionnaire" :visible.sync="questionVisible" width="900px">
|
||||
<el-dialog title="Feedback questionnaire" :visible.sync="questionVisible" width="900px" :close-on-click-modal="false">
|
||||
<el-form :model="questionform" ref="question" label-width="300px" label-position="top">
|
||||
<el-divider content-position="center">REFEREE'S ASSESSMENT</el-divider>
|
||||
<el-row :gutter="24">
|
||||
@@ -902,7 +902,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 相关期刊 -->
|
||||
<el-dialog title="" :visible.sync="RelatVisible" width="800px">
|
||||
<el-dialog title="" :visible.sync="RelatVisible" width="800px" :close-on-click-modal="false">
|
||||
<p style="font-weight: bold;font-size: 16px;margin-bottom: 30px;" v-html="RelatMes.title"></p>
|
||||
<p class="reta_tit">Related articles selected</p>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user