v1.9 西安客户反馈bug 修复

This commit is contained in:
wuxw 2025-08-04 22:55:30 +08:00
parent 893e522d0d
commit 8375cf8f88
5 changed files with 5 additions and 5 deletions

View File

@ -146,7 +146,7 @@ export default {
this.handleSearch()
},
handleDetail(row) {
jumpToIot('/#/pages/iot/aAccessControlDetail?machineId=' + row.machineId)
jumpToIot('/#/pages/accessControl/aAccessControlDetail?machineId=' + row.machineId)
}
}
}

View File

@ -1,5 +1,5 @@
<template>
<div>
<div class="padding">
<el-row :gutter="20">
<el-col :span="4" class="padding-r-0">
<select-admin-community @changeCommunity="handleCommunityChange" />

View File

@ -127,7 +127,7 @@ export default {
this.getList()
},
handleDetail(row) {
jumpToIot('/#/pages/iot/chargeMachineDetail?machineId=' + row.machineId)
jumpToIot('/#/pages/charge/adminChargeDetail?machineId=' + row.machineId)
},
handleSizeChange(val) {
this.page.size = val

View File

@ -165,7 +165,7 @@ export default {
return type ? type.typeName : '-'
},
handleDetail(row) {
jumpToIot('/#/pages/iot/meterDetail?machineId=' + row.machineId + '&roomId=' + row.roomId)
jumpToIot('/#/pages/meter/adminMeterDetail?machineId=' + row.machineId + '&roomId=' + row.roomId)
}
}
}

View File

@ -3,7 +3,7 @@
<el-card class="box-card">
<div slot="header" class="flex justify-between ">
<div>{{ $t('addRoomView.title') }}</div>
<div class="ibox-tools">
<div class="">
<el-button type="primary" size="small" @click="_goBack">
<i class="el-icon-close"></i>{{ $t('common.back') }}
</el-button>