@@ -63,16 +72,7 @@
>{{ tabData.yesterday }}0时-24时江夏区新增数据如下-->
- 统计日期:
-
+ {{ expiryDate }}新增数据统计如下:
导出
+
+
+
+
+
+
+
diff --git a/src/components/feature/DiseaseInfoFeverClinic/DiseaseList.vue b/src/components/feature/DiseaseInfoFeverClinic/DiseaseList.vue
new file mode 100644
index 0000000000000000000000000000000000000000..b03a4fe0e905d43e944d49487b4a4004c5c39608
--- /dev/null
+++ b/src/components/feature/DiseaseInfoFeverClinic/DiseaseList.vue
@@ -0,0 +1,598 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 详情
+ 患者画像
+
+
+
+
+
+
+
+
+
+ 选取文件
+ 上传
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/feature/DiseaseInfoFeverClinic/PeopleInfoAdd.vue b/src/components/feature/DiseaseInfoFeverClinic/PeopleInfoAdd.vue
new file mode 100644
index 0000000000000000000000000000000000000000..2358b37c22f888abae344ce3abf0bac007fa2797
--- /dev/null
+++ b/src/components/feature/DiseaseInfoFeverClinic/PeopleInfoAdd.vue
@@ -0,0 +1,659 @@
+
+
+
+
+
+
diff --git a/src/components/feature/DiseaseInfoFeverClinic/PeopleInfoDetail.vue b/src/components/feature/DiseaseInfoFeverClinic/PeopleInfoDetail.vue
new file mode 100644
index 0000000000000000000000000000000000000000..a2a3b7c8f0b37648cbacc0b152d7a8abb8b2f864
--- /dev/null
+++ b/src/components/feature/DiseaseInfoFeverClinic/PeopleInfoDetail.vue
@@ -0,0 +1,101 @@
+
+
+
+
+
+
diff --git a/src/components/feature/DiseaseInfoFeverClinic/PeopleInfoEdit.vue b/src/components/feature/DiseaseInfoFeverClinic/PeopleInfoEdit.vue
new file mode 100644
index 0000000000000000000000000000000000000000..a5b1d3492f6e4c09f99dce844145b7c20b2cf90a
--- /dev/null
+++ b/src/components/feature/DiseaseInfoFeverClinic/PeopleInfoEdit.vue
@@ -0,0 +1,560 @@
+
+
+
+
+
+
diff --git a/src/components/feature/DiseaseInfoHospitalDD/PeopleInfoEdit.vue b/src/components/feature/DiseaseInfoHospitalDD/PeopleInfoEdit.vue
index a906ea7b3074f03d686f96ad56ced07e6f52bbc4..cf4ffccdb60d5f0427418ea35eaad454618fbfa9 100644
--- a/src/components/feature/DiseaseInfoHospitalDD/PeopleInfoEdit.vue
+++ b/src/components/feature/DiseaseInfoHospitalDD/PeopleInfoEdit.vue
@@ -148,6 +148,11 @@
+
+
+
+
+
diff --git a/src/router/router.ts b/src/router/router.ts
index 441ef0951a441be32c619da004a4086ba6207495..2710f5091bf5c918e21197f361389ac8ae345841 100644
--- a/src/router/router.ts
+++ b/src/router/router.ts
@@ -15,6 +15,12 @@ import PeopleInfoAddYQ from '../components/feature/DiseaseInfoYQ/PeopleInfoAdd.v
import PeopleInfoEditYQ from '../components/feature/DiseaseInfoYQ/PeopleInfoEdit.vue'; // 人员编辑
import PeopleInfoDetailYQ from '../components/feature/DiseaseInfoYQ/PeopleInfoDetail.vue'; // 病情追溯
+import DiseaseInfoFR from '../components/feature/DiseaseInfoFeverClinic/DiseaseInfoFR.vue'; // 发热门诊疫情人员列表
+import DiseaseListFR from '../components/feature/DiseaseInfoFeverClinic/DiseaseList.vue'; // 疫情信息列表页面
+import PeopleInfoAddFR from '../components/feature/DiseaseInfoFeverClinic/PeopleInfoAdd.vue'; // 人员新增/转入
+import PeopleInfoEditFR from '../components/feature/DiseaseInfoFeverClinic/PeopleInfoEdit.vue'; // 人员编辑
+import PeopleInfoDetailFR from '../components/feature/DiseaseInfoFeverClinic/PeopleInfoDetail.vue'; // 病情追溯
+
import DiseaseInfoHospitalDD from '../components/feature/DiseaseInfoHospitalDD/DiseaseInfoHospitalDD.vue'; // 定点医院人员列表
import DiseaseListDD from '../components/feature/DiseaseInfoHospitalDD/DiseaseList.vue'; // 疫情信息列表页面
import PeopleInfoAddDD from '../components/feature/DiseaseInfoHospitalDD/PeopleInfoAdd.vue'; // 人员新增/转入
@@ -85,6 +91,34 @@ const router = new Router({
},
],
},
+ {
+ path: 'DiseaseInfoFR',
+ redirect: '/LayoutHome/DiseaseInfoFR/DiseaseList',
+ name: 'DiseaseInfoFR',
+ component: DiseaseInfoFR,
+ children: [
+ {
+ path: 'DiseaseList',
+ name: 'DiseaseListFR',
+ component: DiseaseListFR,
+ },
+ {
+ path: 'PeopleInfoAdd',
+ name: 'PeopleInfoAddFR',
+ component: PeopleInfoAddFR,
+ },
+ {
+ path: 'PeopleInfoEdit/:id',
+ name: 'PeopleInfoEditFR',
+ component: PeopleInfoEditFR,
+ },
+ {
+ path: 'PeopleInfoDetail/:id',
+ name: 'PeopleInfoDetailFR',
+ component: PeopleInfoDetailFR,
+ },
+ ],
+ },
{
path: 'DiseaseInfoGL',
redirect: '/LayoutHome/DiseaseInfoGL/DiseaseList',
diff --git a/src/views/MenuList.vue b/src/views/MenuList.vue
index 44c3d06126aeff175dc13a3943429cb4fd37b9aa..d58941a1483b1b73a45a97c804e29838b442d84d 100644
--- a/src/views/MenuList.vue
+++ b/src/views/MenuList.vue
@@ -54,6 +54,11 @@ export default class MenuList extends Vue {
path: '/LayoutHome/DiseaseInfoHospitalDD',
authority: '4',
},
+ {
+ name: '发热门诊疫情人员列表',
+ path: '/LayoutHome/DiseaseInfoFR',
+ authority: '5',
+ },
{
name: '疫情网数据统计',
path: '/LayoutHome/AccumulativeStatistics',
@@ -102,6 +107,8 @@ export default class MenuList extends Vue {
this.currentIndex = index;
this.$router.push(this.routeList[index].path);
}
+ sessionStorage.setItem('searchDate', '');
+ sessionStorage.setItem('tabType', '');
}
}
diff --git a/src/views/PatientPortrayal.vue b/src/views/PatientPortrayal.vue
index 5c1414e8deff7eeba2f80ee32a4e2d65f78336ac..51d7c76cca341d349660d72566d77f94ff7b427a 100644
--- a/src/views/PatientPortrayal.vue
+++ b/src/views/PatientPortrayal.vue
@@ -10,11 +10,11 @@
{{item.changeInfo}}
-