...
|
...
|
@@ -63,7 +63,6 @@ class Order extends Backend |
|
|
|
|
|
$row->getRelation('stor')->visible(['name']);
|
|
|
$row->getRelation('user')->visible(['nickname','avatar']);
|
|
|
$row->getRelation('batterycode')->visible(['title']);
|
|
|
}
|
|
|
|
|
|
$result = array("total" => $list->total(), "rows" => $list->items());
|
...
|
...
|
|