feat: 增加测点趋势图
This commit is contained in:
parent
846ae282b2
commit
9135e24cb8
|
|
@ -2955,6 +2955,16 @@ const routes = [
|
||||||
perms: ["fac_cal"],
|
perms: ["fac_cal"],
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
|
{
|
||||||
|
path: "/fac_cal/mpointstat_point",
|
||||||
|
meta: {
|
||||||
|
title: "测点信息",
|
||||||
|
// icon: "el-icon-postcard",
|
||||||
|
type: "menu",
|
||||||
|
perms: ["mpointstat_point"],
|
||||||
|
},
|
||||||
|
component: "fac_cal/mpointstat_point",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: "/fac_cal/mpointstat",
|
path: "/fac_cal/mpointstat",
|
||||||
meta: {
|
meta: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue