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 })