提交 修改弹窗点击关闭
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 续约弹出框 -->
|
||||
<el-dialog title="Renewal Young Scientist" :visible.sync="reneVisible" width="600px">
|
||||
<el-dialog title="Renewal Young Scientist" :visible.sync="reneVisible" width="600px" :close-on-click-modal="false">
|
||||
<el-form ref="rene_Form" :model="reneForm" :rules="rules" label-width="140px">
|
||||
<el-form-item label="Account :">
|
||||
{{reneForm.account}}
|
||||
@@ -221,7 +221,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 标记弹出框 -->
|
||||
<el-dialog title="Remarks" :visible.sync="remarkBox" width="550px">
|
||||
<el-dialog title="Remarks" :visible.sync="remarkBox" width="550px" :close-on-click-modal="false">
|
||||
<el-form ref="remark" :model="remarkMes" label-width="130px">
|
||||
<el-form-item label="Young Scientist :">
|
||||
<p style="line-height: 20px;margin-top: 6px;">{{remarkMes.realname}}</p>
|
||||
@@ -240,7 +240,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 证书弹出框 -->
|
||||
<el-dialog :visible.sync="cerVisible" width="850px">
|
||||
<el-dialog :visible.sync="cerVisible" width="850px" :close-on-click-modal="false">
|
||||
<el-image class="table-td-thumb rev_digol" :src="this.IMG_Url"></el-image>
|
||||
</el-dialog>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user