提交 修改弹窗点击关闭
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user