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