diff --git a/src/router/index.js b/src/router/index.js
index 3448c43..8cd16eb 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -136,24 +136,24 @@ const routes = [
{
path: "/invoice-item-type",
component: () => import("../views/fee-settings/InvoiceItemType.vue"),
- },
+ },
{
path: "/pay-mode",
component: () => import("../views/fee-settings/PayMode.vue"),
},
{
path: "/cardType",
- name:"会员卡类别",
+ name: "会员卡类别",
component: () => import("../views/fee-settings/cardType.vue"),
},
{
path: "/cardRegister",
- name:"会员卡登记",
+ name: "会员卡登记",
component: () => import("../views/fee-settings/cardRegister.vue"),
},
{
path: "/cardBill",
- name:"会员卡记账",
+ name: "会员卡记账",
component: () => import("../views/fee-settings/cardBill.vue"),
},
//---------------------- 收费设置 start ----------------------
@@ -276,7 +276,8 @@ const routes = [
path: "/sumDoctorCheck",
name: "总检医生诊台",
component: () => import("../views/doctorCheck/sumDoctorCheck.vue"),
- },
+
+ },
//---------------------- 体 检 end ----------------------
//---------------------- 体检查询 start ----------------------
{
@@ -293,13 +294,38 @@ const routes = [
path: "/chargeAsbitem",
name: "人员费用组合项目",
component: () => import("../views/report/chargeAsbitem.vue"),
- },
+ },
{
path: "/unCheckAsbitem",
name: "人员未检组合项目",
component: () => import("../views/report/unCheckAsbitem.vue"),
- },
+ },
//---------------------- 体检查询 end ----------------------
+
+
+ //---------------------- 体 检 end ----------------------
+ //---------------------- 疾病人数登记 ----------------------
+ {
+ path: "/diseaseStatistics",
+ name: "疾病人数统计",
+ component: () => import("../views/fee-settings/diseaseStatistics.vue"),
+ },
+ {
+ path: "/positiveresults",
+ name: "阳性结果清单",
+ component: () => import("../views/doctorCheck/positiveresults.vue"),
+ },
+ {
+ path: "/unitphysicalexamination",
+ name: "单位体检报表",
+ component: () => import("../views/doctorCheck/unitphysicalexamination.vue"),
+ },
+ //---------------------- 工作量登记 ----------------------
+ {
+ path: "/registrar",
+ name: "登记员工作量",
+ component: () => import("../views/workload/registrar.vue"),
+ }
],
},
];
diff --git a/src/views/Home.vue b/src/views/Home.vue
index 0bfbb18..4e6c451 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -8,10 +8,16 @@