This website works better with JavaScript.
Home
Explore
Help
Sign In
SmartCanteen
/
bakery
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新
master
huangjiajun
5 months ago
parent
5081ea2831
commit
fabda6e61b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/admin/svc/order/svc_order_list.go
+ 1
- 1
app/admin/svc/order/svc_order_list.go
View File
@@ -223,7 +223,7 @@ func NewOrderGoodsList(c *gin.Context) {
v["enterprise_name"],
v["goods_title"],
v["inside_name"],
"¥" +
utils.AnyToString(v["price"]),
utils.AnyToString(v["price"]),
v["num"],
v["state_str"],
v["ord_no"],
Write
Preview
Loading…
Cancel
Save