fix:iot/device
This commit is contained in:
parent
137019e830
commit
32f6aea3f2
@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<div class="header">
|
||||
<div class="left">
|
||||
<img class="img" :src="$baseUrl + device.imgUrl.split(',')[0]" alt="" />
|
||||
<img class="img" :src="device.imgUrl.split(',')[0]" alt="" />
|
||||
</div>
|
||||
<div class="right">
|
||||
<div class="name">{{ device && device.deviceName }}</div>
|
||||
|
@ -184,8 +184,8 @@
|
||||
<el-image
|
||||
class="height-30"
|
||||
lazy
|
||||
:preview-src-list="[baseUrl + row.imgUrl.split(',')[0]]"
|
||||
:src="baseUrl + row.imgUrl.split(',')[0]"
|
||||
:preview-src-list="[row.imgUrl.split(',')[0]]"
|
||||
:src="row.imgUrl.split(',')[0]"
|
||||
fit="cover"
|
||||
v-if="row.imgUrl != null && row.imgUrl != ''"
|
||||
></el-image>
|
||||
|
Loading…
x
Reference in New Issue
Block a user