Sunny Feng 3 years ago
parent
commit
65bb83d833
1 changed files with 1 additions and 3 deletions
  1. 1 3
      app/Http/Controllers/Api/InventoryController.php

+ 1 - 3
app/Http/Controllers/Api/InventoryController.php

xqd
@@ -77,9 +77,7 @@ class InventoryController extends Controller
             ],
             [
                 'name' => '退款额(k)',
-                'data' => [
-                    $refund_amount/1000
-                ],
+                "value" => $refund_amount/1000,
                 "type"  => "float",
             ],
         ];