完成店铺增删改查

This commit is contained in:
super
2026-04-07 14:50:06 +08:00
parent 1b02160b20
commit 2f67b376ee
36 changed files with 1589 additions and 26 deletions

View File

@@ -400,8 +400,6 @@ async function saveTemplateFromUrl(url: string, fallbackFilename: string, bridge
}
return
}
window.open(url, '_blank')
}
async function downloadTemplateXlsx() {
@@ -489,8 +487,6 @@ async function downloadConvertResult(item: ConvertResultItem) {
}
return
}
window.open(item.downloadUrl, '_blank')
}
onMounted(() => {