wgl %!s(int64=4) %!d(string=hai) anos
pai
achega
5265186fb3

+ 22 - 0
src/projects/pension/router/master.js

@@ -227,6 +227,28 @@ const routesMaster = [
 							mode: true
 						}
 					},
+					//参数详情
+					{
+						path: 'chart',
+						name: 'MasterHealthChart',
+						component: () => import('../views/Master/Health/Chart.vue'),
+						meta: {
+							requireAuth: false,
+							role: [],
+							title: '参数详情',
+						}
+					},
+					//预警参数设置
+					{
+						path: 'warningSet',
+						name: 'MasterHealthWarningSet',
+						component: () => import('../views/Master/Health/WarningSet.vue'),
+						meta: {
+							requireAuth: false,
+							role: [],
+							title: '预警参数设置',
+						}
+					},
 				],
 			},
 

+ 8 - 0
src/projects/pension/views/Master/Health/Chart.vue

@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>

+ 8 - 0
src/projects/pension/views/Master/Health/WarningSet.vue

@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>