订单管理更新
This commit is contained in:
parent
7cf34508b5
commit
8f47954c0a
|
|
@ -67,7 +67,7 @@
|
||||||
if (!useType) {
|
if (!useType) {
|
||||||
return ''
|
return ''
|
||||||
}
|
}
|
||||||
return useType == "takeout" ? '堂食' : '自取';
|
return useType == "takeout" ? '自取' : '堂食';
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue