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() this.handleSearch()
}, },
handleDetail(row) { handleDetail(row) {
jumpToIot('/#/pages/iot/aAccessControlDetail?machineId=' + row.machineId) jumpToIot('/#/pages/accessControl/aAccessControlDetail?machineId=' + row.machineId)
} }
} }
} }

View File

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

View File

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

View File

@ -165,7 +165,7 @@ export default {
return type ? type.typeName : '-' return type ? type.typeName : '-'
}, },
handleDetail(row) { 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"> <el-card class="box-card">
<div slot="header" class="flex justify-between "> <div slot="header" class="flex justify-between ">
<div>{{ $t('addRoomView.title') }}</div> <div>{{ $t('addRoomView.title') }}</div>
<div class="ibox-tools"> <div class="">
<el-button type="primary" size="small" @click="_goBack"> <el-button type="primary" size="small" @click="_goBack">
<i class="el-icon-close"></i>{{ $t('common.back') }} <i class="el-icon-close"></i>{{ $t('common.back') }}
</el-button> </el-button>