feat:设备管理修改

This commit is contained in:
houjunxiang
2026-03-20 17:56:17 +08:00
parent f0dffc29fa
commit 904d1c4ea4
15 changed files with 564 additions and 468 deletions

View File

@@ -50,7 +50,7 @@ watch(
newVal => {
if (!newVal) return (fileList.value = [])
const urls = Array.isArray(newVal) ? newVal : newVal.split(',')
imgs.value = urls.map(url => url.previewUrl)
imgs.value = urls.map(url => url.url)
fileList.value = urls.map(url => ({
url: url.url,
status: 'success',