diff --git a/src/api/dashboard/notice.js b/src/api/dashboard/notice.js index 4b7d3fb..543f765 100644 --- a/src/api/dashboard/notice.js +++ b/src/api/dashboard/notice.js @@ -25,6 +25,15 @@ export function statistic(params, noloading = false) { }) } +export function statisticDepartment(params,noLoading = false){ + return request({ + method:'get', + url:'/api/admin/notice/statistic-department', + params, + noLoading + }) +} + export function departmentTotal(params) { return request({ method: 'get', @@ -40,3 +49,11 @@ export function nopayTotal(params) { params }) } + +export function typeCarry(params) { + return request({ + method: 'get', + url: '/api/admin/notice/type-carry', + params + }) +} diff --git a/src/components/Progress/index.vue b/src/components/Progress/index.vue index 207497f..22a6abf 100644 --- a/src/components/Progress/index.vue +++ b/src/components/Progress/index.vue @@ -1,11 +1,11 @@ - diff --git a/src/views/dashboard/components/budgetStatic.vue b/src/views/dashboard/components/budgetStatic.vue new file mode 100644 index 0000000..8bd1ed4 --- /dev/null +++ b/src/views/dashboard/components/budgetStatic.vue @@ -0,0 +1,244 @@ + + + + + diff --git a/src/views/dashboard/components/carryStatic.vue b/src/views/dashboard/components/carryStatic.vue new file mode 100644 index 0000000..3c85614 --- /dev/null +++ b/src/views/dashboard/components/carryStatic.vue @@ -0,0 +1,256 @@ + + + + + diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 7c07f52..87ce0c4 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -6,11 +6,22 @@
- - 待办事项 - + + + + + 待办事项 + + + + + 合同到期待办清单 + + +
-
+
@@ -45,11 +56,16 @@
+
+
+ +