From 705a2f6ddf2cfdde1c925d2ccf943f811e9f9eb4 Mon Sep 17 00:00:00 2001 From: Wangxin Date: Wed, 24 Sep 2025 15:57:54 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90web=E3=80=91=20=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../alops-ui/src/views/dashboard/digital.vue | 40 ++ .../src/views/device/deviceSupplier/index.vue | 449 ++++++++++++++++++ 2 files changed, 489 insertions(+) create mode 100644 ALOps_sys_fe/alops-ui/src/views/dashboard/digital.vue create mode 100644 ALOps_sys_fe/alops-ui/src/views/device/deviceSupplier/index.vue diff --git a/ALOps_sys_fe/alops-ui/src/views/dashboard/digital.vue b/ALOps_sys_fe/alops-ui/src/views/dashboard/digital.vue new file mode 100644 index 00000000..cbbf3c69 --- /dev/null +++ b/ALOps_sys_fe/alops-ui/src/views/dashboard/digital.vue @@ -0,0 +1,40 @@ + + + diff --git a/ALOps_sys_fe/alops-ui/src/views/device/deviceSupplier/index.vue b/ALOps_sys_fe/alops-ui/src/views/device/deviceSupplier/index.vue new file mode 100644 index 00000000..2a1cefef --- /dev/null +++ b/ALOps_sys_fe/alops-ui/src/views/device/deviceSupplier/index.vue @@ -0,0 +1,449 @@ + + + \ No newline at end of file