提交 修改弹窗点击关闭

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

@@ -21,7 +21,7 @@
</div>
<!-- 编辑用户密码弹出框 -->
<el-dialog title="Change Password" :visible.sync="cipherVisible" width="600px">
<el-dialog title="Change Password" :visible.sync="cipherVisible" width="600px" :close-on-click-modal="false">
<el-form ref="cipherTab" :model="cipherForm" :rules="rules" label-width="160px">
<el-form-item label="Account :" prop="account">
{{cipherForm.account}}