From 1cb5730580c238878bb71760d4db381c8281a0b3 Mon Sep 17 00:00:00 2001 From: 13218645326 Date: Thu, 30 Nov 2023 19:45:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env.d.ts | 9 +- src/components/customCom/equipmentLeasing.vue | 114 +++++++++++++++++- src/views/screen/sharePlatform.vue | 60 ++------- 3 files changed, 130 insertions(+), 53 deletions(-) diff --git a/env.d.ts b/env.d.ts index c10a42c..625138b 100644 --- a/env.d.ts +++ b/env.d.ts @@ -1,3 +1,10 @@ /// declare module "nprogress" -declare module "BMap" \ No newline at end of file +declare module "BMap" +declare module '*.vue' { + import type { DefineComponent } from 'vue' + // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types + const component: DefineComponent<{}, {}, any> + export default component + } + \ No newline at end of file diff --git a/src/components/customCom/equipmentLeasing.vue b/src/components/customCom/equipmentLeasing.vue index 9a80d3e..90c66a0 100644 --- a/src/components/customCom/equipmentLeasing.vue +++ b/src/components/customCom/equipmentLeasing.vue @@ -18,9 +18,34 @@ - - - +
+
+
+
+
+
+
+ 自有 +
+
+
+
+
+
+
+ 待租 +
+
+
+
+
+
+
+ 在租 +
+
+ +