mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
v1.9 西安客户反馈bug 修复
This commit is contained in:
parent
893e522d0d
commit
8375cf8f88
@ -146,7 +146,7 @@ export default {
|
||||
this.handleSearch()
|
||||
},
|
||||
handleDetail(row) {
|
||||
jumpToIot('/#/pages/iot/aAccessControlDetail?machineId=' + row.machineId)
|
||||
jumpToIot('/#/pages/accessControl/aAccessControlDetail?machineId=' + row.machineId)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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" />
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user