提交 修改弹窗点击关闭

This commit is contained in:
2025-10-20 14:17:19 +08:00
parent fae1c6d334
commit 2070a9f423
94 changed files with 237 additions and 236 deletions

View File

@@ -433,7 +433,7 @@
<!-- 编辑弹出框 -->
<el-dialog title="Edit Editorial board" :visible.sync="editVisible" width="750px">
<el-dialog title="Edit Editorial board" :visible.sync="editVisible" width="750px" :close-on-click-modal="false">
<el-form ref="edit_Form" :model="editForm" :rules="rules" label-width="150px">
<el-form-item label="Email :">
{{editForm.email}}
@@ -509,7 +509,7 @@
<!-- 标记弹出框 -->
<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="Editorial board :">
<p style="line-height: 20px;margin-top: 6px;">{{remarkMes.realname}}</p>