diff --git a/src/api/manage/manualReview.js b/src/api/manage/manualReview.js
new file mode 100644
index 0000000..afeaa74
--- /dev/null
+++ b/src/api/manage/manualReview.js
@@ -0,0 +1,11 @@
+import request from '@/utils/request'
+
+// 查询患者列表
+export function tasklist(query) {
+ return request({
+ url: '/manage/signnode/tasklist',
+ method: 'get',
+ params: query
+ })
+}
+
diff --git a/src/views/manage/manualReview/index.vue b/src/views/manage/manualReview/index.vue
new file mode 100644
index 0000000..c53cad3
--- /dev/null
+++ b/src/views/manage/manualReview/index.vue
@@ -0,0 +1,386 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+ {{ scope.row.sex == 'MALE' ? '男' : '' }}
+ {{ scope.row.sex == 'FEMALE' ? '女' : '' }}
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.visitDate, '{y}-{m}-{d}') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 审核
+
+
+
+
+
+
+
+
\ No newline at end of file