diff --git a/src/assets/img/elder/5.png b/src/assets/img/elder/5.png new file mode 100644 index 0000000..05b2909 Binary files /dev/null and b/src/assets/img/elder/5.png differ diff --git a/src/assets/img/elder/6.png b/src/assets/img/elder/6.png new file mode 100644 index 0000000..4e22ef8 Binary files /dev/null and b/src/assets/img/elder/6.png differ diff --git a/src/components/header.vue b/src/components/header.vue index 621bc0c..a9600ac 100644 --- a/src/components/header.vue +++ b/src/components/header.vue @@ -60,7 +60,8 @@ export default { }, { index: "4", - title: "居住" + title: "居住", + path: "/live" }, { index: "5", diff --git a/src/pages/live/home.vue b/src/pages/live/home.vue new file mode 100644 index 0000000..c787c34 --- /dev/null +++ b/src/pages/live/home.vue @@ -0,0 +1,1432 @@ + + + + + + + + + + + + + + + + + + 护理服务需求TOP5 + (人) + + + + + + {{item}} + + + + + {{echartObj5.data[index]}} + + + + + + + + + + + + + + + + + + 入住长者夫妻占比 + (%) + + + + + + + + + 夫妻 + + + + + + 非夫妻 + + + + + + + + + + + + + 长者总数 + 1761人 + + + + 男性长者 + 1761人 + + + 女性长者 + 1761人 + + + + + + 医疗人数 + 373人 + + + + 养护人数 + 595人 + + + + 颐养人数 + 490人 + + + + + + + + + + + + + + 重度失能 + + + + 中度失能 + + + + 轻度失能 + + + + 能力完好 + + + + + + + + + + + + + + + + + + + 一月内未有亲友探视长者人数分析 + (%) + + + + + + + + + + + + + + + + + + 一月内未有亲友探视长者人数分析 + (人) + + + + + + + + + + + + + + + + + + + + + + + 长者子女人数情况分析 + (人) + + + + + + + + + + + + + + + + + + + + + 长者子女人数情况分析 + (人) + + + + + + + + + + + + + + + + + + 长者收入来源分析 + (人) + + + + + + + + + 退休金 + + + + + + 子女赡养 + + + + + + + + + + + + + + 抑郁、焦虑长者占比分析 + (人) + + + + + + + + + 心理健康 + + + + + + 抑郁、焦虑 + + + + + + + + + + diff --git a/src/pages/live/index.vue b/src/pages/live/index.vue new file mode 100644 index 0000000..7318ac6 --- /dev/null +++ b/src/pages/live/index.vue @@ -0,0 +1,91 @@ + + + + + + + + + + + + + diff --git a/src/router.js b/src/router.js index 2ce376a..5aaa0b0 100644 --- a/src/router.js +++ b/src/router.js @@ -47,6 +47,15 @@ export default new Router({ index: 0, } }, + /*居住*/ + { + path: '/live', + name: 'live', + component: () => import('@/pages/live/index'), + meta: { + index: 0, + } + }, // 首页 { path: '/home',