From 2218f43f4e1562302074b052628e1b833974d69d Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 14 Sep 2023 10:31:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E9=A1=B9=E7=9B=AE=E5=BA=93=20?= =?UTF-8?q?=E5=85=B3=E8=81=94=E5=B9=B3=E5=8F=B0=E4=BB=B6=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/associatedplat.vue | 97 ++++-- .../components/associatedplatthree.vue | 270 ++++++++++++++++ .../components/associatedplattwo.vue | 303 ++++++++++++++++++ .../components/listOfRegulations.vue | 17 +- .../platformItemLibrary/index.vue | 2 +- 5 files changed, 666 insertions(+), 23 deletions(-) create mode 100644 jero-web/src/views/projectManagement/components/associatedplatthree.vue create mode 100644 jero-web/src/views/projectManagement/components/associatedplattwo.vue diff --git a/jero-web/src/views/projectManagement/components/associatedplat.vue b/jero-web/src/views/projectManagement/components/associatedplat.vue index 40576fda4..d38b0cfe5 100644 --- a/jero-web/src/views/projectManagement/components/associatedplat.vue +++ b/jero-web/src/views/projectManagement/components/associatedplat.vue @@ -1,6 +1,6 @@