提交 修改弹窗点击关闭
This commit is contained in:
@@ -72,11 +72,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>
|
||||
|
||||
Reference in New Issue
Block a user