From 5eb9e9c9cf7e11f6a24fc2bd3a43c7105dee38fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Tue, 18 Oct 2022 14:08:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BB=BA=E5=9B=9B=E5=B1=80=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F(=E8=B5=84=E6=BA=90=E7=AE=A1=E7=90=86):=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fourEngin/sourse/components/CarTable.vue | 108 ++++++++----- .../sourse/components/MaterialTable.vue | 136 ++++++++++++++--- .../projectAdmin/fourEngin/sourse/index.vue | 15 +- .../fourEngin/sourse/leftBottom.vue | 143 +++++++++++++++++- .../fourEngin/sourse/leftCenter.vue | 23 +++ .../projectAdmin/fourEngin/sourse/leftTop.vue | 16 +- .../fourEngin/sourse/rightBottom.vue | 8 +- .../fourEngin/sourse/rightTop.vue | 60 ++++++-- src/views/projectAdmin/fourEngin/style.less | 4 +- 9 files changed, 416 insertions(+), 97 deletions(-) create mode 100644 src/views/projectAdmin/fourEngin/sourse/leftCenter.vue diff --git a/src/views/projectAdmin/fourEngin/sourse/components/CarTable.vue b/src/views/projectAdmin/fourEngin/sourse/components/CarTable.vue index df9f8acf..c9280793 100644 --- a/src/views/projectAdmin/fourEngin/sourse/components/CarTable.vue +++ b/src/views/projectAdmin/fourEngin/sourse/components/CarTable.vue @@ -1,25 +1,46 @@