diff --git a/src/assets/pathReview/blackrenwu.png b/src/assets/pathReview/blackrenwu.png new file mode 100644 index 0000000..2b0a11d Binary files /dev/null and b/src/assets/pathReview/blackrenwu.png differ diff --git a/src/assets/pathReview/blackxinxi.png b/src/assets/pathReview/blackxinxi.png new file mode 100644 index 0000000..0ee70f8 Binary files /dev/null and b/src/assets/pathReview/blackxinxi.png differ diff --git a/src/assets/pathReview/bluerenwu.png b/src/assets/pathReview/bluerenwu.png new file mode 100644 index 0000000..e173e11 Binary files /dev/null and b/src/assets/pathReview/bluerenwu.png differ diff --git a/src/assets/pathReview/bluexinxi.png b/src/assets/pathReview/bluexinxi.png new file mode 100644 index 0000000..33b6af5 Binary files /dev/null and b/src/assets/pathReview/bluexinxi.png differ diff --git a/src/assets/pathReview/ci.png b/src/assets/pathReview/ci.png new file mode 100644 index 0000000..f88b395 Binary files /dev/null and b/src/assets/pathReview/ci.png differ diff --git a/src/assets/pathReview/riqi.png b/src/assets/pathReview/riqi.png new file mode 100644 index 0000000..f497989 Binary files /dev/null and b/src/assets/pathReview/riqi.png differ diff --git a/src/assets/pathReview/yaopin.png b/src/assets/pathReview/yaopin.png new file mode 100644 index 0000000..b933350 Binary files /dev/null and b/src/assets/pathReview/yaopin.png differ diff --git a/src/assets/pathReview/zhu.png b/src/assets/pathReview/zhu.png new file mode 100644 index 0000000..80950de Binary files /dev/null and b/src/assets/pathReview/zhu.png differ diff --git a/src/views/manage/components/PathReview.vue b/src/views/manage/components/PathReview.vue index 7ed228e..07bf5e8 100644 --- a/src/views/manage/components/PathReview.vue +++ b/src/views/manage/components/PathReview.vue @@ -42,9 +42,181 @@ + +
+
+
+ + + hover 激活 + +
+
+
+
+ + + hover 激活 + +
+
+
+
+ + + hover 激活 + +
+
+
+
+ + + hover 激活 + +
+
+
+
+ + + hover 激活 + +
+
+
+ +
+
+ + + 每日2次 + 1片 + + + + + +
+ + + hover 激活 + +
+
+
+
+ + + 每日2次 + 1片 + + + + + +
+ + + hover 激活 + +
+
+
+
+ +
+
+
+ + + hover 激活 + +
+
+
+
+ + + hover 激活 + +
+
+
+
+
+ + + 路径信息 +
+
+ + + 路径任务 +
+
+
+
+
主路径:
+
病种:
+
+ + + + + + + + + + + + + + +
+
+ {{ item.routeName }} +
+ + + + + + + + +
+
+
+
@@ -61,6 +233,52 @@ export default { return { baseUrl: process.env.VUE_APP_BASE_API, list: {}, + tab: 1, + activeNames: ['2'], + RouteList: [ + { + "routeNodeName": "AFTER_DISCHARGE", + "routeNodeDay": 1, + executeTime: '2024-06-24', + "executionTime": "08:00", + "taskPartitionCodes": "HEALTH_ARCHIVE,TPC202405070001", + "taskPartitionDictNames": ["健康档案", "康复宣教"] + }, + { + "routeNodeName": "AFTER_DISCHARGE", + "routeNodeDay": 2, + executeTime: '2024-06-25', + "executionTime": "08:00", + "taskPartitionCodes": "TPC202403290001", + "taskPartitionDictNames": ["随访"] + } + ], + childRouteList: [ + { + "id": 59, + "routeName": "诊断包含123123", + "diseaseTypeId": 63, + "diseaseTypeName": "眼部疾病", + "nodeList": [ + { + "routeNodeName": "AFTER_DISCHARGE", + "routeNodeDay": 3, + "executionTime": "09:30", + "executeTime": "2024-06-27", + "taskPartitionCodes": "SPORT_GUIDE", + "taskPartitionDictNames": ["运动指导"] + }, + { + "routeNodeName": "AFTER_DISCHARGE", + "routeNodeDay": 4, + "executionTime": "09:00", + "executeTime": "2024-06-28", + "taskPartitionCodes": "TPC202404220002", + "taskPartitionDictNames": ["换药"] + } + ] + } + ] }; }, created() { @@ -77,6 +295,83 @@ export default { };