diff --git a/src/api/index.js b/src/api/index.js index 96da157..a7bf455 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -39,7 +39,7 @@ export default { saveOrg: `${host}occupationlab/architecture/save`, // 新增组织架构 updateOrg: `${host}occupationlab/architecture/update`, // 编辑组织架构 deleteOrg: `${host}occupationlab/architecture/delete`, // 删除组织架构 - studentTemplate: `http://39.108.250.202/template/职站学生导入模板.xlsx`, // 职站学生导入模板 + studentTemplate: `http://39.108.250.202/template/学生导入模板.xlsx`, // 学生导入模板 // 测评管理 questionsList: `${host}occupationlab/questions/list`, // 题库列表查询 @@ -48,7 +48,7 @@ export default { questionsDetail: `${host}occupationlab/questions/detail`, // 查看当前题库信息 questionsDelete: `${host}occupationlab/questions/delete`, // 根据主键删除 questionsIsDisable: `${host}occupationlab/questions/isDisable`, // 是否禁用试题 - questionsTemplate: `http://39.108.250.202/template/职站试题导入模板.xlsx`, //excel模板文件下载 + questionsTemplate: `http://39.108.250.202/template/试题导入模板.xlsx`, //excel模板文件下载 questionsImport: `${host}occupationlab/questions/importQuestion`, // 批量导入题库 questionsExportFailure: `${host}occupationlab/questions/exportFailure`, // 批量导入题库失败数据导出 questionsInfo: `${host}occupationlab/questions/info`, // 测评规则信息的展示 @@ -198,7 +198,7 @@ export default { modifyStaff: `${host}occupationlab/staff/modifyStaff`, //编辑员工 delStaff: `${host}occupationlab/staff/delStaff`, //删除员工 staffList: `${host}occupationlab/staff/staffList`, //员工列表 - staffTemplate: `http://39.108.250.202/template/职站员工用户导入模板.xlsx`, //职站员工用户导入模板 + staffTemplate: `http://39.108.250.202/template/员工用户导入模板.xlsx`, //员工用户导入模板 exportFailureStaff: `${host}occupationlab/staff/exportFailure`, //批量导入员工失败数据导出 importStaff: `${host}occupationlab/staff/importStaff`, //批量导入员工 // 角色管理 diff --git a/src/pages/achievement/teach/index.vue b/src/pages/achievement/teach/index.vue index b0998d8..195a631 100644 --- a/src/pages/achievement/teach/index.vue +++ b/src/pages/achievement/teach/index.vue @@ -49,18 +49,18 @@ {{ scope.$index + (page - 1) * pageSize + 1 }} - + - + - - + + - - + + - +