From 20b52d4c3bcb831b8990b46bb5d45d9230602a39 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 6 Dec 2024 13:50:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=A1=E7=AE=97=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B7=A5=E6=AE=B5=E8=AE=A1=E7=AE=97=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 20 ++++ src/views/fac_cal/enstat.vue | 126 +++++++++++++++++++++++++ src/views/fac_cal/mpointstat.vue | 17 +++- src/views/fac_cal/mpointstat_group.vue | 12 +++ 4 files changed, 172 insertions(+), 3 deletions(-) create mode 100644 src/views/fac_cal/enstat.vue create mode 100644 src/views/fac_cal/mpointstat_group.vue diff --git a/src/config/route.js b/src/config/route.js index beaf7ed6..d6be9cf6 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -2815,6 +2815,26 @@ const routes = [ }, component: "fac_cal/mpointstat", }, + { + path: "/fac_cal/enstat", + meta: { + title: "工段计算", + // icon: "el-icon-postcard", + type: "menu", + perms: ["mpointstat"], + }, + component: "fac_cal/enstat", + }, + { + path: "/fac_cal/mpointstat_group", + meta: { + title: "计算聚合", + // icon: "el-icon-postcard", + type: "menu", + perms: ["mpointstat"], + }, + component: "fac_cal/mpointstat_group", + }, { name: "formula", path: "/enm_base/formula", diff --git a/src/views/fac_cal/enstat.vue b/src/views/fac_cal/enstat.vue new file mode 100644 index 00000000..7644dc46 --- /dev/null +++ b/src/views/fac_cal/enstat.vue @@ -0,0 +1,126 @@ + + + diff --git a/src/views/fac_cal/mpointstat.vue b/src/views/fac_cal/mpointstat.vue index a3210527..076efdce 100644 --- a/src/views/fac_cal/mpointstat.vue +++ b/src/views/fac_cal/mpointstat.vue @@ -30,7 +30,9 @@ + style="width: 100%" + format="YYYY-MM-DD HH" + popper-class="tpc"/> + + diff --git a/src/views/fac_cal/mpointstat_group.vue b/src/views/fac_cal/mpointstat_group.vue new file mode 100644 index 00000000..4972d636 --- /dev/null +++ b/src/views/fac_cal/mpointstat_group.vue @@ -0,0 +1,12 @@ + + \ No newline at end of file