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 @@ - - - +
+
+
+
+
+
+
+ 自有 +
+
+
+
+
+
+
+ 待租 +
+
+
+
+
+
+
+ 在租 +
+
+ +