Commit 8375cf8f88f520b0d4247cc1af4267fe17e8021f
1 parent
893e522d
v1.9 西安客户反馈bug 修复
Showing
5 changed files
with
5 additions
and
5 deletions
src/views/iot/aAccessControlList.vue
| ... | ... | @@ -146,7 +146,7 @@ export default { |
| 146 | 146 | this.handleSearch() |
| 147 | 147 | }, |
| 148 | 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
src/views/iot/adminChargeMachineList.vue
| ... | ... | @@ -127,7 +127,7 @@ export default { |
| 127 | 127 | this.getList() |
| 128 | 128 | }, |
| 129 | 129 | handleDetail(row) { |
| 130 | - jumpToIot('/#/pages/iot/chargeMachineDetail?machineId=' + row.machineId) | |
| 130 | + jumpToIot('/#/pages/charge/adminChargeDetail?machineId=' + row.machineId) | |
| 131 | 131 | }, |
| 132 | 132 | handleSizeChange(val) { |
| 133 | 133 | this.page.size = val | ... | ... |
src/views/iot/adminMeterList.vue
| ... | ... | @@ -165,7 +165,7 @@ export default { |
| 165 | 165 | return type ? type.typeName : '-' |
| 166 | 166 | }, |
| 167 | 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 | 3 | <el-card class="box-card"> |
| 4 | 4 | <div slot="header" class="flex justify-between "> |
| 5 | 5 | <div>{{ $t('addRoomView.title') }}</div> |
| 6 | - <div class="ibox-tools"> | |
| 6 | + <div class=""> | |
| 7 | 7 | <el-button type="primary" size="small" @click="_goBack"> |
| 8 | 8 | <i class="el-icon-close"></i>{{ $t('common.back') }} |
| 9 | 9 | </el-button> | ... | ... |