订单管理更新

This commit is contained in:
YeMingfei666 2024-10-08 10:45:12 +08:00
parent 7cf34508b5
commit 8f47954c0a
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
if (!useType) {
return ''
}
return useType == "takeout" ? '堂食' : '自取';
return useType == "takeout" ? '自取' : '堂食';
}
</script>