diff --git a/src/api/ECG/ECGPositiveStatistics/index.ts b/src/api/ECG/ECGPositiveStatistics/index.ts
new file mode 100644
index 00000000..4751c575
--- /dev/null
+++ b/src/api/ECG/ECGPositiveStatistics/index.ts
@@ -0,0 +1,11 @@
+import request from '@/config/axios'
+
+/*
+ * 李传洋
+ * ECGPositiveStatisticsApi
+ */
+export const ECGPositiveStatisticsApi = {
+ getPositiveStatistics: async (params: any) => {
+ return await request.get({ url: `/tblist/patientexamlist/positiveStatistics`, params })
+ }
+}
diff --git a/src/api/ECG/positiveStatisticsDict/index.ts b/src/api/ECG/positiveStatisticsDict/index.ts
new file mode 100644
index 00000000..a8b965c3
--- /dev/null
+++ b/src/api/ECG/positiveStatisticsDict/index.ts
@@ -0,0 +1,23 @@
+import request from '@/config/axios'
+
+/*
+ * 李传洋
+ * PositiveStatisticsDictApi
+ */
+export const PositiveStatisticsDictApi = {
+ getPage: async (params: any) => {
+ return await request.get({ url: `/tblist/positivestatistics/page`, params })
+ },
+ get: async (id: any) => {
+ return await request.get({ url: `/tblist/positivestatistics/get?id=` + id })
+ },
+ create: async (data: any) => {
+ return await request.post({ url: `/tblist/positivestatistics/create`, data })
+ },
+ update: async (data: any) => {
+ return await request.put({ url: `/tblist/positivestatistics/update`, data })
+ },
+ delete: async (id: any) => {
+ return await request.delete({ url: `/tblist/positivestatistics/delete?id=` + id })
+ },
+}
diff --git a/src/views/ECG/ECGPositiveStatistics/index.vue b/src/views/ECG/ECGPositiveStatistics/index.vue
new file mode 100644
index 00000000..73e93b4b
--- /dev/null
+++ b/src/views/ECG/ECGPositiveStatistics/index.vue
@@ -0,0 +1,440 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
+
+
+ 阴性
+ 阳性
+ 重大阳性
+ 暂无
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
{
+ reportInfoType = ''
+ activeTabName = ''
+ activeDrawerModal = true
+ activeDrawerSize = '74%'
+ }
+ "
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/ECG/positiveStatisticsDict/PositiveStatisticsDictForm.vue b/src/views/ECG/positiveStatisticsDict/PositiveStatisticsDictForm.vue
new file mode 100644
index 00000000..46e3bf3a
--- /dev/null
+++ b/src/views/ECG/positiveStatisticsDict/PositiveStatisticsDictForm.vue
@@ -0,0 +1,199 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/ECG/positiveStatisticsDict/index.vue b/src/views/ECG/positiveStatisticsDict/index.vue
new file mode 100644
index 00000000..68697693
--- /dev/null
+++ b/src/views/ECG/positiveStatisticsDict/index.vue
@@ -0,0 +1,220 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+