提交 修改弹窗点击关闭

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

@@ -37,7 +37,7 @@
</div>
</div>
<el-dialog title="Edit Message" :visible.sync="detailVisible" width="650px">
<el-dialog title="Edit Message" :visible.sync="detailVisible" width="650px" :close-on-click-modal="false">
<el-form ref="detail_form" :model="detailForm" :rules="rules" label-width="165px">
<el-form-item label="Journal :">
<span>{{detailForm.title}}</span>
@@ -67,7 +67,7 @@
</span>
</el-dialog>
<el-dialog title="Change Editor" :visible.sync="editVisible" width="500px">
<el-dialog title="Change Editor" :visible.sync="editVisible" width="500px" :close-on-click-modal="false">
<el-form ref="changform" :model="changeForm" label-width="100px">
<el-form-item label="Journal :">
<span>{{changeForm.title}}</span>