Commit 8375cf8f88f520b0d4247cc1af4267fe17e8021f

Authored by wuxw
1 parent 893e522d

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

src/views/iot/aAccessControlList.vue
@@ -146,7 +146,7 @@ export default { @@ -146,7 +146,7 @@ export default {
146 this.handleSearch() 146 this.handleSearch()
147 }, 147 },
148 handleDetail(row) { 148 handleDetail(row) {
149 - jumpToIot('/#/pages/iot/aAccessControlDetail?machineId=' + row.machineId) 149 + jumpToIot('/#/pages/accessControl/aAccessControlDetail?machineId=' + row.machineId)
150 } 150 }
151 } 151 }
152 } 152 }
src/views/iot/adminBarrierList.vue
1 <template> 1 <template>
2 - <div> 2 + <div class="padding">
3 <el-row :gutter="20"> 3 <el-row :gutter="20">
4 <el-col :span="4" class="padding-r-0"> 4 <el-col :span="4" class="padding-r-0">
5 <select-admin-community @changeCommunity="handleCommunityChange" /> 5 <select-admin-community @changeCommunity="handleCommunityChange" />
src/views/iot/adminChargeMachineList.vue
@@ -127,7 +127,7 @@ export default { @@ -127,7 +127,7 @@ export default {
127 this.getList() 127 this.getList()
128 }, 128 },
129 handleDetail(row) { 129 handleDetail(row) {
130 - jumpToIot('/#/pages/iot/chargeMachineDetail?machineId=' + row.machineId) 130 + jumpToIot('/#/pages/charge/adminChargeDetail?machineId=' + row.machineId)
131 }, 131 },
132 handleSizeChange(val) { 132 handleSizeChange(val) {
133 this.page.size = val 133 this.page.size = val
src/views/iot/adminMeterList.vue
@@ -165,7 +165,7 @@ export default { @@ -165,7 +165,7 @@ export default {
165 return type ? type.typeName : '-' 165 return type ? type.typeName : '-'
166 }, 166 },
167 handleDetail(row) { 167 handleDetail(row) {
168 - jumpToIot('/#/pages/iot/meterDetail?machineId=' + row.machineId + '&roomId=' + row.roomId) 168 + jumpToIot('/#/pages/meter/adminMeterDetail?machineId=' + row.machineId + '&roomId=' + row.roomId)
169 } 169 }
170 } 170 }
171 } 171 }
src/views/room/addRoomViewList.vue
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 <el-card class="box-card"> 3 <el-card class="box-card">
4 <div slot="header" class="flex justify-between "> 4 <div slot="header" class="flex justify-between ">
5 <div>{{ $t('addRoomView.title') }}</div> 5 <div>{{ $t('addRoomView.title') }}</div>
6 - <div class="ibox-tools"> 6 + <div class="">
7 <el-button type="primary" size="small" @click="_goBack"> 7 <el-button type="primary" size="small" @click="_goBack">
8 <i class="el-icon-close"></i>{{ $t('common.back') }} 8 <i class="el-icon-close"></i>{{ $t('common.back') }}
9 </el-button> 9 </el-button>