fix: 设备图片显示

This commit is contained in:
100011797 2023-03-30 17:45:55 +08:00
parent a69adc0033
commit f1e3c10468
1 changed files with 3 additions and 0 deletions

View File

@ -164,7 +164,10 @@
>
<template #img>
<img
:width="88"
:height="88"
:src="
slotProps?.photoUrl ||
getImage('/device/instance/device-card.png')
"
/>