feat: 增加测点趋势图

This commit is contained in:
zty 2025-03-20 17:07:00 +08:00
parent 846ae282b2
commit 9135e24cb8
1 changed files with 10 additions and 0 deletions

View File

@ -2955,6 +2955,16 @@ const routes = [
perms: ["fac_cal"],
},
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",
meta: {