diff --git a/src/views/user/rent-facility/index.vue b/src/views/user/rent-facility/index.vue index fdc9cd6..5f387d2 100644 --- a/src/views/user/rent-facility/index.vue +++ b/src/views/user/rent-facility/index.vue @@ -25,7 +25,8 @@ @@ -45,12 +46,12 @@ - + /> --> { const handleDrill = async (row, type) => { const res = await getDetailList({ companyId: row.companyId,configType:type }) if(res.code ==200){ - secondPageTitle.value = `${row.deptName}详情页面`; + //secondPageTitle.value = `${row.deptName}详情页面`; + secondPageTitle.value = `${row.companyName }详情页面`; showSecondPage.value = true; detailTableData.value =res.rows }