Commit 7d71e0f1 authored by 黄奎's avatar 黄奎

页面修改

parent 8dd2ccb6
...@@ -460,19 +460,21 @@ const routes = [{ ...@@ -460,19 +460,21 @@ const routes = [{
path: "/sale/studyOrder", //销售 我的留学就业订单 path: "/sale/studyOrder", //销售 我的留学就业订单
component: () => component: () =>
import("pages/sale/studyOrder.vue") import("pages/sale/studyOrder.vue")
path: "/sale/contractManage", //销售 合同管理 },
{
path: "/sale/contractManage", //销售 合同管理
component: () => component: () =>
import("pages/sale/contractManage.vue") import("pages/sale/contractManage.vue")
}, },
{ {
path: "/sale/contractEdit", //销售 新增-编辑-查看合同 path: "/sale/contractEdit", //销售 新增-编辑-查看合同
component: () => component: () =>
import("pages/sale/contractEdit.vue") import("pages/sale/contractEdit.vue")
}, },
{ {
path: "/sale/contractAudit", //销售 合同审核 path: "/sale/contractAudit", //销售 合同审核
component: () => component: () =>
import("pages/sale/contractAudit.vue") import("pages/sale/contractAudit.vue")
}, },
{ {
path: "/sale/studentList", //销售 学生名单 path: "/sale/studentList", //销售 学生名单
...@@ -553,12 +555,12 @@ const routes = [{ ...@@ -553,12 +555,12 @@ const routes = [{
{ {
path: "/studyAbroad/supplier", //供应商 path: "/studyAbroad/supplier", //供应商
component: () => component: () =>
import("pages/studyAbroad/supplier.vue") import("pages/studyAbroad/supplier.vue")
}, },
{ {
path: "/studyAbroad/studyProAudit", //留学产品审核 path: "/studyAbroad/studyProAudit", //留学产品审核
component: () => component: () =>
import("pages/studyAbroad/studyProAudit.vue") import("pages/studyAbroad/studyProAudit.vue")
}, },
{ {
path: "/test", //API测试 path: "/test", //API测试
...@@ -572,7 +574,7 @@ const routes = [{ ...@@ -572,7 +574,7 @@ const routes = [{
{ {
path: "/contractConfirm", path: "/contractConfirm",
component: () => component: () =>
import("pages/contractConfirm.vue") import("pages/contractConfirm.vue")
}, },
{ {
path: "/financial/financalDocument/PrintPage", //财务单据打印 path: "/financial/financalDocument/PrintPage", //财务单据打印
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment