From a2b9de5038a2bbbea945a594e472157d5a3e679f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=85=B4=E5=87=AF?= <2448379534@qq.com> Date: Tue, 31 Mar 2026 10:14:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E6=8A=BD=E5=B1=89=E8=B0=83?= =?UTF-8?q?=E6=95=B4=EF=BC=8C=E8=A1=A8=E5=A4=B4=E7=BB=84=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E6=83=85=E5=86=B5=E4=BB=8B=E7=BB=8D=EF=BC=8C?= =?UTF-8?q?=E5=A4=A7=E4=B8=AD=E5=9E=8B=E6=B0=B4=E7=94=B5=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E5=8F=8A=E7=8E=AF=E5=A2=83=E7=9B=91=E6=B5=8B=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=8E=A5=E5=85=A5=E6=83=85=E5=86=B5=E6=A8=A1=E5=9D=97=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/RightDrawer/index.vue | 62 ++-- .../src/components/SidePanelItem/index.vue | 264 ++++++++++++++++ .../components/developStatusChart/index.vue | 141 +++++++++ .../components/engEnvironmentData/index.vue | 89 ++++++ frontend/src/modules/jidiInfoMod/index.vue | 35 +++ frontend/src/modules/rightDrawer/index.vue | 88 ------ .../shuidianhuangjingjieruMod/DataTable.vue | 297 ++++++++++++++++++ .../shuidianhuangjingjieruMod/index.vue | 53 ++++ .../views/home/shuiDianKaiFaZhuangKuang.vue | 13 +- 9 files changed, 919 insertions(+), 123 deletions(-) create mode 100644 frontend/src/components/SidePanelItem/index.vue create mode 100644 frontend/src/components/developStatusChart/index.vue create mode 100644 frontend/src/components/engEnvironmentData/index.vue create mode 100644 frontend/src/modules/jidiInfoMod/index.vue delete mode 100644 frontend/src/modules/rightDrawer/index.vue create mode 100644 frontend/src/modules/shuidianhuangjingjieruMod/DataTable.vue create mode 100644 frontend/src/modules/shuidianhuangjingjieruMod/index.vue diff --git a/frontend/src/components/RightDrawer/index.vue b/frontend/src/components/RightDrawer/index.vue index 165d548..f199a89 100644 --- a/frontend/src/components/RightDrawer/index.vue +++ b/frontend/src/components/RightDrawer/index.vue @@ -1,37 +1,44 @@ \ No newline at end of file diff --git a/frontend/src/components/developStatusChart/index.vue b/frontend/src/components/developStatusChart/index.vue new file mode 100644 index 0000000..3a3b524 --- /dev/null +++ b/frontend/src/components/developStatusChart/index.vue @@ -0,0 +1,141 @@ + + + + + + \ No newline at end of file diff --git a/frontend/src/components/engEnvironmentData/index.vue b/frontend/src/components/engEnvironmentData/index.vue new file mode 100644 index 0000000..5b5c070 --- /dev/null +++ b/frontend/src/components/engEnvironmentData/index.vue @@ -0,0 +1,89 @@ + + + + + + \ No newline at end of file diff --git a/frontend/src/modules/jidiInfoMod/index.vue b/frontend/src/modules/jidiInfoMod/index.vue new file mode 100644 index 0000000..b9c0f53 --- /dev/null +++ b/frontend/src/modules/jidiInfoMod/index.vue @@ -0,0 +1,35 @@ + + + + + + \ No newline at end of file diff --git a/frontend/src/modules/rightDrawer/index.vue b/frontend/src/modules/rightDrawer/index.vue deleted file mode 100644 index 4bd8389..0000000 --- a/frontend/src/modules/rightDrawer/index.vue +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/frontend/src/modules/shuidianhuangjingjieruMod/DataTable.vue b/frontend/src/modules/shuidianhuangjingjieruMod/DataTable.vue new file mode 100644 index 0000000..0ba3d7a --- /dev/null +++ b/frontend/src/modules/shuidianhuangjingjieruMod/DataTable.vue @@ -0,0 +1,297 @@ + + + + + + \ No newline at end of file diff --git a/frontend/src/modules/shuidianhuangjingjieruMod/index.vue b/frontend/src/modules/shuidianhuangjingjieruMod/index.vue new file mode 100644 index 0000000..888a5a3 --- /dev/null +++ b/frontend/src/modules/shuidianhuangjingjieruMod/index.vue @@ -0,0 +1,53 @@ + + + + + + \ No newline at end of file diff --git a/frontend/src/views/home/shuiDianKaiFaZhuangKuang.vue b/frontend/src/views/home/shuiDianKaiFaZhuangKuang.vue index cc3818d..57b70a4 100644 --- a/frontend/src/views/home/shuiDianKaiFaZhuangKuang.vue +++ b/frontend/src/views/home/shuiDianKaiFaZhuangKuang.vue @@ -1,6 +1,8 @@