From 3ed7c5f9b181e07a2d65c889d9428f3b2c011eb1 Mon Sep 17 00:00:00 2001 From: zty Date: Fri, 20 Jun 2025 10:15:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=87=8C=E6=BA=90?= =?UTF-8?q?=E7=99=BD=E7=81=B0=E7=BA=BF=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 32 + src/views/bigScreen/index_enm_bh.vue | 2507 ++++++++++++++++++++++++ src/views/enm_coal/report_bh.vue | 1114 +++++++++++ src/views/enm_kilnbase/report_lybh.vue | 1290 ++++++++++++ src/views/fac_cal/mpointstat.vue | 1 + src/views/home/llm_chat.vue | 150 ++ 6 files changed, 5094 insertions(+) create mode 100644 src/views/bigScreen/index_enm_bh.vue create mode 100644 src/views/enm_coal/report_bh.vue create mode 100644 src/views/enm_kilnbase/report_lybh.vue create mode 100644 src/views/home/llm_chat.vue diff --git a/src/config/route.js b/src/config/route.js index c4b1e90a..86acc2d9 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -567,6 +567,16 @@ const routes = [ }, component: "enm_coal/report", }, + { + name: "coal_report_bh", + path: "/enm_coal/report_bh", + meta: { + title: "生产报告", + // icon: "el-icon-document", + perms: ["enm_coal"], + }, + component: "enm_coal/report_bh", + }, { name: "coal_power", path: "/enm_coal/power", @@ -756,6 +766,16 @@ const routes = [ }, component: "enm_kilnbase/report", }, + { + name: "kilnbase_report_lybh", + path: "/enm_kilnbase/report_lybh", + meta: { + title: "生产报告", + // icon: "el-icon-document", + perms: ["enm_kilnbase"], + }, + component: "enm_kilnbase/report_lybh", + }, { name: "kilnbase_power", path: "/enm_kilnbase/power", @@ -3271,6 +3291,18 @@ const routes = [ }, component: "bigScreen/index_enm_ly", }, + //凌源白灰线大屏 + { + path: "/bigScreenly_bh", + name: "bigScreenly_bh", + meta: { + title: "数智大屏", + icon: "el-icon-platform", + perms: ["bigScreenly"], + fullpage: true, + }, + component: "bigScreen/index_enm_bh", + }, //光子科技——数据大屏 { path: "/bigScreenP", diff --git a/src/views/bigScreen/index_enm_bh.vue b/src/views/bigScreen/index_enm_bh.vue new file mode 100644 index 00000000..77ad72d3 --- /dev/null +++ b/src/views/bigScreen/index_enm_bh.vue @@ -0,0 +1,2507 @@ + + + diff --git a/src/views/enm_coal/report_bh.vue b/src/views/enm_coal/report_bh.vue new file mode 100644 index 00000000..d782ce32 --- /dev/null +++ b/src/views/enm_coal/report_bh.vue @@ -0,0 +1,1114 @@ + + + diff --git a/src/views/enm_kilnbase/report_lybh.vue b/src/views/enm_kilnbase/report_lybh.vue new file mode 100644 index 00000000..1829511d --- /dev/null +++ b/src/views/enm_kilnbase/report_lybh.vue @@ -0,0 +1,1290 @@ + + + diff --git a/src/views/fac_cal/mpointstat.vue b/src/views/fac_cal/mpointstat.vue index 94cb6b3d..2e8d9a8a 100644 --- a/src/views/fac_cal/mpointstat.vue +++ b/src/views/fac_cal/mpointstat.vue @@ -238,6 +238,7 @@ export default { { label: "班天", value: "day_s" }, { label: "班月", value: "month_s" }, { label: "班时", value: "hour_s"}, + { label: "小时", value: "hour"}, { label: "天", value: "day" }, { label: "月", value: "month"}, ], diff --git a/src/views/home/llm_chat.vue b/src/views/home/llm_chat.vue new file mode 100644 index 00000000..538d425d --- /dev/null +++ b/src/views/home/llm_chat.vue @@ -0,0 +1,150 @@ +