Commit 6839c41d authored by youjie's avatar youjie

no message

parent 03fc1e1d
...@@ -520,7 +520,7 @@ ...@@ -520,7 +520,7 @@
if(this.datas&&this.datas.DiningSummaryList){ if(this.datas&&this.datas.DiningSummaryList){
this.datas.DiningSummaryList.forEach(x => { this.datas.DiningSummaryList.forEach(x => {
this.diningList.push({ this.diningList.push({
name: x.DiningName, name: `${x.DiningName}(${x.UseDinnerTypeStr})`,
id: x.OrderID id: x.OrderID
}) })
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment