From 7b33819db6c48048dd1f64243dfe863ee9734df6 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 10 Mar 2022 16:26:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E9=AA=8C=E8=AE=B0=E5=BD=95=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=EF=BC=8C=E6=A8=A1=E6=9D=BF=E5=90=8D=E5=AD=97=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 6 +-- src/pages/achievement/teach/index.vue | 54 ++++++++++++-------------- src/pages/match/manage/matchSignup.vue | 2 +- src/pages/project/list/index.vue | 2 +- src/setting.js | 4 +- 5 files changed, 32 insertions(+), 36 deletions(-) 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 }} - + - + - - + + - - + + - +