diff --git a/src/api/book.js b/src/api/book.js index 9a46721..d8236b0 100644 --- a/src/api/book.js +++ b/src/api/book.js @@ -23,3 +23,12 @@ export function getApplyCharts(params) { params:params }) } + +export function getChildrenCharts(params) { + return request({ + url: '/api/admin/other/childrens', + method: 'get', + params:params + }) +} + diff --git a/src/api/street.js b/src/api/street.js new file mode 100644 index 0000000..186531c --- /dev/null +++ b/src/api/street.js @@ -0,0 +1,10 @@ + +import request from '@/utils/request' + +export function index(params) { + return request({ + url: '/api/admin/other/streetlists', + method: 'get', + params:params + }) +} \ No newline at end of file diff --git a/src/views/book/index.vue b/src/views/book/index.vue index df34ec0..8f9c603 100644 --- a/src/views/book/index.vue +++ b/src/views/book/index.vue @@ -5,17 +5,32 @@ -
- - +
+ 年份: +
+
+
+ + +
+
+

台账总数:{{childrenChart.total}}人

+

办理残疾证儿童人数:{{childrenChart.number}}人

+

未办理残疾证儿童人数:{{childrenChart.empyty_number}}人

+
+
+ +