mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
Merge branch 'third' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into third
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
<el-table-column prop="duty" label="岗位" align="center"></el-table-column> -->
|
||||
</el-table>
|
||||
<div v-if="importResultStatus == false" style="color: red;padding: 10px 0px;">{{importRepeatUsers}}</div>
|
||||
<div v-if="importResultStatus" style="color: green;padding: 10px 0px;">导入成功</div>
|
||||
<div v-if="importResultStatus" style="color: green;padding: 10px 0px;">{{importRepeatUsers}}</div>
|
||||
</el-row>
|
||||
<template #footer>
|
||||
<el-button @click="importUserShow = false">取 消</el-button>
|
||||
@@ -466,6 +466,7 @@
|
||||
this.importRepeatUsers=res.message;
|
||||
}else{
|
||||
this.importResultStatus = false;
|
||||
this.importRepeatUsers = "导入失败";
|
||||
this.$message({ type: "error", message: res.message ,offset:50});
|
||||
}
|
||||
this.uploadBtnValue = '上传';
|
||||
|
||||
Reference in New Issue
Block a user