提交 修改弹窗点击关闭
This commit is contained in:
@@ -95,11 +95,11 @@
|
||||
</el-card>
|
||||
|
||||
<!-- 证书弹出框 -->
|
||||
<el-dialog :visible.sync="cerVisible" width="600px">
|
||||
<el-dialog :visible.sync="cerVisible" width="600px" :close-on-click-modal="false">
|
||||
<el-image class="table-td-thumb rev_digol" :src="this.IMG_Url"></el-image>
|
||||
</el-dialog>
|
||||
|
||||
<el-dialog :visible.sync="feilVisible" width="600px">
|
||||
<el-dialog :visible.sync="feilVisible" width="600px" :close-on-click-modal="false">
|
||||
<h2 style="text-align: center">No certificate</h2>
|
||||
<span slot="footer" class="dialog-footer">
|
||||
<el-button type="primary" @click="feilVisible = false">OK</el-button>
|
||||
@@ -109,7 +109,7 @@
|
||||
</el-row>
|
||||
</div>
|
||||
|
||||
<el-dialog destroy-on-close title="Detailed Comment for Final decision" :visible.sync="editVisible1" width="1200px">
|
||||
<el-dialog destroy-on-close title="Detailed Comment for Final decision" :visible.sync="editVisible1" width="1200px" :close-on-click-modal="false">
|
||||
|
||||
<common-editor-article
|
||||
type="questionform"
|
||||
|
||||
Reference in New Issue
Block a user