From db136707432991800209a37faffc8c28c7f04b7d Mon Sep 17 00:00:00 2001 From: 15133876896-BGG25 <2233720980@qq.com> Date: Wed, 28 Jun 2023 17:48:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=81=E8=A3=85=E5=85=AC=E5=85=B1form?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=20=E5=A2=9E=E5=8A=A0=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=A4=87=E7=94=A8=E6=98=BE=E7=A4=BA=E6=A0=B7=E5=BC=8F-?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E5=88=97=E8=A1=A8=20=E5=B0=81=E8=A3=85?= =?UTF-8?q?=E5=85=AC=E5=85=B1table=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../big/device/components/Wdescriptions.vue | 42 +++ src/views/big/device/components/Wform.vue | 42 ++- src/views/big/device/components/Wtable.vue | 100 ++++++ src/views/big/device/components/devInfo.vue | 319 ++++++++++++------ 4 files changed, 386 insertions(+), 117 deletions(-) create mode 100644 src/views/big/device/components/Wdescriptions.vue create mode 100644 src/views/big/device/components/Wtable.vue diff --git a/src/views/big/device/components/Wdescriptions.vue b/src/views/big/device/components/Wdescriptions.vue new file mode 100644 index 0000000..885a8fe --- /dev/null +++ b/src/views/big/device/components/Wdescriptions.vue @@ -0,0 +1,42 @@ + + + + + + diff --git a/src/views/big/device/components/Wform.vue b/src/views/big/device/components/Wform.vue index 396ef04..261724a 100644 --- a/src/views/big/device/components/Wform.vue +++ b/src/views/big/device/components/Wform.vue @@ -8,21 +8,27 @@ * 版权信息 : 2023 by ${再登软件}, All Rights Reserved. --> diff --git a/src/views/big/device/components/devInfo.vue b/src/views/big/device/components/devInfo.vue index 9bf16fb..13481a7 100644 --- a/src/views/big/device/components/devInfo.vue +++ b/src/views/big/device/components/devInfo.vue @@ -1,128 +1,225 @@ \ No newline at end of file +