diff --git a/src/api/system/followup.js b/src/api/system/followup.js
new file mode 100644
index 0000000..cced368
--- /dev/null
+++ b/src/api/system/followup.js
@@ -0,0 +1,8 @@
+import request from '@/utils/request'
+export function manualFollowUpList(query) {
+ return request({
+ url: '/manage/signroute/manualFollowUpList',
+ method: 'get',
+ params: query
+ })
+}
\ No newline at end of file
diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue
new file mode 100644
index 0000000..720367a
--- /dev/null
+++ b/src/views/system/followup/index.vue
@@ -0,0 +1,706 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+ {{ scope.row.sex == "MALE" ? "男" : "" }}
+ {{ scope.row.sex == "FEMALE" ? "女" : "" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.visitMethod == "OUTPATIENT_SERVICE" ? "门诊" : "" }}
+ {{ scope.row.visitMethod == "BE_HOSPITALIZED" ? "住院" : "" }}
+
+
+
+
+ {{ parseTime(scope.row.admissionTime, "{y}-{m}-{d}") }}
+
+
+
+
+ {{
+ parseTime(scope.row.visitOrDischargeTime, "{y}-{m}-{d}")
+ }}
+
+
+
+
+ {{ parseTime(scope.row.executeTime, "{y}-{m}-{d}") }}
+
+
+
+
+
+
+
+
+ 处理
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue
new file mode 100644
index 0000000..70cf6f3
--- /dev/null
+++ b/src/views/system/followupsee/index.vue
@@ -0,0 +1,326 @@
+
+
+
+
+
+
+
\ No newline at end of file