mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
v1.9 西安客户反馈bug 修复
This commit is contained in:
parent
893e522d0d
commit
8375cf8f88
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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" />
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user