fix: 设备图片显示
This commit is contained in:
parent
a69adc0033
commit
f1e3c10468
|
@ -164,7 +164,10 @@
|
||||||
>
|
>
|
||||||
<template #img>
|
<template #img>
|
||||||
<img
|
<img
|
||||||
|
:width="88"
|
||||||
|
:height="88"
|
||||||
:src="
|
:src="
|
||||||
|
slotProps?.photoUrl ||
|
||||||
getImage('/device/instance/device-card.png')
|
getImage('/device/instance/device-card.png')
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue