提交 修改弹窗点击关闭
This commit is contained in:
@@ -809,7 +809,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<el-dialog title="" :visible.sync="licensebox" width="500px">
|
||||
<el-dialog title="" :visible.sync="licensebox" width="500px" :close-on-click-modal="false">
|
||||
<span style="word-wrap: break-word; word-break: normal; line-height: 22px">
|
||||
Creative Commons Licensing<br /><br />
|
||||
TMR Publishing Group provides authors the choice of applying the Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
|
||||
@@ -826,7 +826,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 选择期刊弹出框 -->
|
||||
<el-dialog title="Change Journal" :visible.sync="changeVisible" width="780px">
|
||||
<el-dialog title="Change Journal" :visible.sync="changeVisible" width="780px" :close-on-click-modal="false">
|
||||
<el-form :model="jour_form" :rules="rules" label-width="85px">
|
||||
<el-form-item label="Journal" prop="journal">
|
||||
<div
|
||||
@@ -845,7 +845,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 添加修改作者弹出框 -->
|
||||
<el-dialog title="Author Information" :visible.sync="authorVisible" width="780px">
|
||||
<el-dialog title="Author Information" :visible.sync="authorVisible" width="780px" :close-on-click-modal="false">
|
||||
<p style="font-weight: bold; margin: -10px 30px 30px 30px">
|
||||
{{ authMeaIN.firstname }} {{ authMeaIN.lastname }} {{ authMeaIN.isSuper ? '#' : '' }}{{ authMeaIN.isReport ? '*' : '' }}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user