From 3735d5684865904858a8ace1b51b83cbd58a49f6 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Mon, 27 Oct 2025 14:47:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E6=9C=AF=E6=96=B9=E6=A1=88=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TableModel2/index.vue | 301 +++++++----------- src/router/index.js | 15 +- .../technical/components/LeftType.vue | 65 +++- .../technical/components/RightTable.vue | 102 +++--- .../technical/components/TechnicalForm.vue | 15 + .../technical/components/TypeForm.vue | 168 ++++++++++ .../technical/components/config.js | 24 +- .../enterpriseLibrary/technical/index.vue | 8 +- 8 files changed, 443 insertions(+), 255 deletions(-) create mode 100644 src/views/enterpriseLibrary/technical/components/TechnicalForm.vue create mode 100644 src/views/enterpriseLibrary/technical/components/TypeForm.vue diff --git a/src/components/TableModel2/index.vue b/src/components/TableModel2/index.vue index 0ad55b5..bc39142 100644 --- a/src/components/TableModel2/index.vue +++ b/src/components/TableModel2/index.vue @@ -3,205 +3,106 @@
- - - - - - - - - - - - - - - - - 查询 - - - 重置 - + + + + + + + + + + + + + + + + + 查询 + + + 重置 + - - + + - + - + - - - +
+ +
+
+ +
+
+ + + + - - + @@ -110,7 +147,7 @@ export default { width: 121px; height: 36px; background: #1F72EA; - box-shadow: 0px 4px 8px 0px rgba(51,135,255,0.5); + box-shadow: 0px 4px 8px 0px rgba(51, 135, 255, 0.5); border-radius: 4px 4px 4px 4px; color: #fff; display: flex; @@ -123,7 +160,7 @@ export default { &:hover { background: #4A8BFF; - box-shadow: 0px 6px 12px 0px rgba(51,135,255,0.6); + box-shadow: 0px 6px 12px 0px rgba(51, 135, 255, 0.6); } } diff --git a/src/views/enterpriseLibrary/technical/components/RightTable.vue b/src/views/enterpriseLibrary/technical/components/RightTable.vue index 871bc20..ac44025 100644 --- a/src/views/enterpriseLibrary/technical/components/RightTable.vue +++ b/src/views/enterpriseLibrary/technical/components/RightTable.vue @@ -3,22 +3,27 @@
-