shoppingmallv2 init...
This commit is contained in:
parent
4c72289e0c
commit
aa93dad764
@ -38,7 +38,7 @@ class OrderController extends FrontController
|
|||||||
switch ($action) {
|
switch ($action) {
|
||||||
case "index":
|
case "index":
|
||||||
case "excel":
|
case "excel":
|
||||||
['name', "cost", "sale", "quantity", "price", "status", "created_at"];
|
return ['name', "cost", "sale", "quantity", "price", "status", "created_at"];
|
||||||
break;
|
break;
|
||||||
case "view":
|
case "view":
|
||||||
return ['name', "cost", "sale", "quantity", "price", "status", "updated_at", "created_at"];
|
return ['name', "cost", "sale", "quantity", "price", "status", "updated_at", "created_at"];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user