提交 修改弹窗点击关闭
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<el-dialog title="Manuscript Information" :visible.sync="ConentVise" width="800px">
|
||||
<el-dialog title="Manuscript Information" :visible.sync="ConentVise" width="800px" :close-on-click-modal="false">
|
||||
<div class="art_state_message">
|
||||
<p>
|
||||
<font>Status :</font><b>{{stateFormat(MesDetail.state)}}</b>
|
||||
@@ -271,7 +271,7 @@
|
||||
</span>
|
||||
</el-dialog>
|
||||
|
||||
<el-dialog title="Change Status" :visible.sync="editVisible" width="550px">
|
||||
<el-dialog title="Change Status" :visible.sync="editVisible" width="550px" :close-on-click-modal="false">
|
||||
<el-form ref="editform" :model="editform" label-width="95px">
|
||||
<el-form-item label="Title :">
|
||||
<p style="line-height: 20px;margin-top: 6px;">{{editform.title}}</p>
|
||||
@@ -298,7 +298,7 @@
|
||||
</span>
|
||||
</el-dialog>
|
||||
|
||||
<el-dialog title="Remarks" :visible.sync="editbox" width="550px">
|
||||
<el-dialog title="Remarks" :visible.sync="editbox" width="550px" :close-on-click-modal="false">
|
||||
<el-form ref="remark" :model="remark" label-width="85px">
|
||||
<el-form-item label="Title :">
|
||||
<p style="line-height: 20px;margin-top: 6px;">{{remark.title}}</p>
|
||||
@@ -313,7 +313,7 @@
|
||||
</span>
|
||||
</el-dialog>
|
||||
|
||||
<el-dialog title="Repetition" :visible.sync="repebox" width="550px">
|
||||
<el-dialog title="Repetition" :visible.sync="repebox" width="550px" :close-on-click-modal="false">
|
||||
<el-form ref="repetition" :model="repeform" label-width="90px">
|
||||
<el-form-item label="Title :">
|
||||
<p style="line-height: 20px;margin-top: 6px;">{{repeform.title}}</p>
|
||||
|
||||
Reference in New Issue
Block a user