From e7807c8eae178eaef4e9f2dfae38ed3d2a8fb39e Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Thu, 23 Jan 2025 13:26:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0cvt=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/permission.js | 1 + src/router/index.js | 6 + .../CVT/components/algorithm.vue | 224 ++++++++++ .../cgy-harmonic-boot/CVT/components/bind.vue | 270 +++++++++++ .../CVT/components/bindTab.vue | 423 ++++++++++++++++++ .../cgy-harmonic-boot/CVT/components/cvt.vue | 389 ++++++++++++++++ .../CVT/components/forms.vue | 298 ++++++++++++ src/views/cgy-harmonic-boot/CVT/index.vue | 59 +++ 8 files changed, 1670 insertions(+) create mode 100644 src/views/cgy-harmonic-boot/CVT/components/algorithm.vue create mode 100644 src/views/cgy-harmonic-boot/CVT/components/bind.vue create mode 100644 src/views/cgy-harmonic-boot/CVT/components/bindTab.vue create mode 100644 src/views/cgy-harmonic-boot/CVT/components/cvt.vue create mode 100644 src/views/cgy-harmonic-boot/CVT/components/forms.vue create mode 100644 src/views/cgy-harmonic-boot/CVT/index.vue diff --git a/src/permission.js b/src/permission.js index 01e0f06..095b544 100644 --- a/src/permission.js +++ b/src/permission.js @@ -12,6 +12,7 @@ const cgyList = [ '/harmonic-boot/line/pointmonitoring', '/harmonic-boot/region/regionalmonitoring', '/harmonic-boot/comper/comprehensiveanalysis', + '/harmonic-boot/comper/CVT', '/Distributedphotovoltaic/homePage', '/Statistical-analysis/indicatorClassification', '/Statistical-analysis/IndicatorAlarmStatistics', diff --git a/src/router/index.js b/src/router/index.js index a6f15d1..1295f98 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -74,6 +74,12 @@ export const constantRoutes = [ component: () => import('@/views/cgy-harmonic-boot/comper/comprehensiveanalysis'), meta: { title: '综合分析', icon: '' } }, + { + path: '/harmonic-boot/comper/CVT', + name: 'CVT', + component: () => import('@/views/cgy-harmonic-boot/CVT'), + meta: { title: 'CVT台账管理', icon: '' } + }, { path: '/Distributedphotovoltaic/homePage', name: 'homePage', diff --git a/src/views/cgy-harmonic-boot/CVT/components/algorithm.vue b/src/views/cgy-harmonic-boot/CVT/components/algorithm.vue new file mode 100644 index 0000000..c0e47cb --- /dev/null +++ b/src/views/cgy-harmonic-boot/CVT/components/algorithm.vue @@ -0,0 +1,224 @@ + + + + + + 执行日期: + + + 执 行 + + + + + + + + + + + + + + + diff --git a/src/views/cgy-harmonic-boot/CVT/components/bind.vue b/src/views/cgy-harmonic-boot/CVT/components/bind.vue new file mode 100644 index 0000000..5e9f544 --- /dev/null +++ b/src/views/cgy-harmonic-boot/CVT/components/bind.vue @@ -0,0 +1,270 @@ + + + + + + + + + + + + + 当前位置: + + {{ treenode.parent.parent.parent.data.name }}>{{ treenode.parent.parent.data.name }}>{{ + treenode.parent.data.name + }}>{{ treenode.data.name }} + + + + + 当前位置: + {{ wezhiname }} + + + + + + + + + + diff --git a/src/views/cgy-harmonic-boot/CVT/components/bindTab.vue b/src/views/cgy-harmonic-boot/CVT/components/bindTab.vue new file mode 100644 index 0000000..155e570 --- /dev/null +++ b/src/views/cgy-harmonic-boot/CVT/components/bindTab.vue @@ -0,0 +1,423 @@ + + + + + + + + + + + + 查询 + 绑定 + + + + + + + + + + + + + + + + + + + diff --git a/src/views/cgy-harmonic-boot/CVT/components/cvt.vue b/src/views/cgy-harmonic-boot/CVT/components/cvt.vue new file mode 100644 index 0000000..e5729e1 --- /dev/null +++ b/src/views/cgy-harmonic-boot/CVT/components/cvt.vue @@ -0,0 +1,389 @@ + + + + + + + + + + + + 查询 + 新增 + 执行算法 + + + + + + + + + + + 编辑 + + + 删除 + + + + + + + + + + + + + + diff --git a/src/views/cgy-harmonic-boot/CVT/components/forms.vue b/src/views/cgy-harmonic-boot/CVT/components/forms.vue new file mode 100644 index 0000000..dba9d7f --- /dev/null +++ b/src/views/cgy-harmonic-boot/CVT/components/forms.vue @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 取 消 + 确 定 + + + + + + diff --git a/src/views/cgy-harmonic-boot/CVT/index.vue b/src/views/cgy-harmonic-boot/CVT/index.vue new file mode 100644 index 0000000..4032bcd --- /dev/null +++ b/src/views/cgy-harmonic-boot/CVT/index.vue @@ -0,0 +1,59 @@ + + + + + + + + + + + + + +