From ce5e98f8fe86617ffb8affdd7d558f54b5b1fa86 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Thu, 19 Oct 2023 09:04:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E8=BD=AE=E8=BD=A6=E8=B4=AD=E4=B9=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subpkg/property/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/subpkg/property/index.vue b/subpkg/property/index.vue index e0e6077..d3b5f19 100644 --- a/subpkg/property/index.vue +++ b/subpkg/property/index.vue @@ -176,6 +176,7 @@ 可监管车辆数量 {{datas.monitor_num}} + 购买车辆 {{datas.buy_num}} 租赁 {{datas.rent_num}}(待审核:{{datas.apply_num}}) @@ -230,7 +231,8 @@ {{item.rent_user.user_name}} 自有车辆 - 租赁车辆 + 租赁车辆 + 购买车辆 @@ -393,8 +395,7 @@ getvehicleListApi().then(res => { this.datas = res.data res.data.apply.length >= 2 ? this.applicationList = res.data.apply : this.applicationList = - res - .data.apply.slice(0, 2) + res.data.apply.slice(0, 2) this.dataList = res.data.car_list this.showLoading = false })