提交 修改弹窗点击关闭

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

@@ -51,7 +51,7 @@
</el-form>
</div>
</div>
<el-dialog title="confirm" :visible.sync="editVisible" width="30%">
<el-dialog title="confirm" :visible.sync="editVisible" width="30%" :close-on-click-modal="false">
<span>If you want to pass the applicant, the system will generate his user name and password,Users can change their
own password according to the process</span>
<p>username:{{this.form.name}}</p>
@@ -61,7 +61,7 @@
<el-button type="primary" @click="confirmSubmit"> </el-button>
</span>
</el-dialog>
<el-dialog title="reject" :visible.sync="rejectVisible" width="30%">
<el-dialog title="reject" :visible.sync="rejectVisible" width="30%" :close-on-click-modal="false">
<span>Are you sure you want to reject this applicant</span>
<span slot="footer" class="dialog-footer">
<el-button @click="rejectVisible = false"> </el-button>