diff --git a/src/api/regulatoryPlatForm.js b/src/api/regulatoryPlatForm.js index 6054b85..91c0d01 100644 --- a/src/api/regulatoryPlatForm.js +++ b/src/api/regulatoryPlatForm.js @@ -23,3 +23,12 @@ export function abnormal(params) { }) } +// 我的待办统计 +export function taskUnionPageStatistic(data) { + return request({ + url: '/aiccs-api/task/taskUnionPageStatistic', + method: 'post', + data + }) +} + diff --git a/src/views/regulatoryPlatForm/index.vue b/src/views/regulatoryPlatForm/index.vue index 4ee3ed0..cf87bfd 100644 --- a/src/views/regulatoryPlatForm/index.vue +++ b/src/views/regulatoryPlatForm/index.vue @@ -16,18 +16,17 @@
-
经营异常
-
12
+
我的待办
+
{{ cardData.myTodo }}
-
-
严重违法
-
0
+
经营异常(列入)
+
{{ cardData.abnormal }}
@@ -35,8 +34,8 @@
-
联合惩戒
-
12
+
严重违法失信
+
{{ cardData.illegal }}
@@ -44,8 +43,8 @@
-
撤销登记
-
12
+
信用修复
+
{{ cardData.creditRepair }}
@@ -53,8 +52,8 @@
-
市场除名
-
0
+
数据勘误
+
{{ cardData.dataCorrection }}
@@ -78,18 +77,27 @@