From 3aeb7e823ea8514c8eb72392e177618ed5c538a8 Mon Sep 17 00:00:00 2001
From: lizhenhua <1075222162@qq.com>
Date: Thu, 10 Jul 2025 15:54:18 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A2=E6=88=B7=E6=89=80?=
=?UTF-8?q?=E6=8F=90=E5=9F=BA=E7=A1=80=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/user/rent-facility/line.vue | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/views/user/rent-facility/line.vue b/src/views/user/rent-facility/line.vue
index a95412f..2b17902 100644
--- a/src/views/user/rent-facility/line.vue
+++ b/src/views/user/rent-facility/line.vue
@@ -26,9 +26,11 @@
+ prop="standard"
+ :label="`标准(${props.tableData && props.tableData[0] && props.tableData[0].labelVol || ''})`"
+ :formatter="(row) => row.standard != null ? Math.round(row.standard) : ''"
+ />
+
@@ -99,7 +101,7 @@ function showOwnDetail(row) {
currentDetail.value = row
dialogVisible.value = true
- getdeviceInfo({ companyName:row.companyId,devicenewName:row.name}).then((response) => {
+ getdeviceInfo({ companyName:row.companyId,deviceId:row.typeId}).then((response) => {
if(response.code ==200){
ownDetailList.value =response.data
}