moonsflyer 4 bulan lalu
induk
melakukan
449142cfae

+ 1 - 1
app/adminapi/lists/agricultural_machinery/SupplyDemandCateLists.php

@@ -90,7 +90,7 @@ class SupplyDemandCateLists extends BaseAdminDataLists implements ListsSearchInt
 
         $supplyDemandLists = SupplyDemandCate::where($this->searchWhere)
             ->where($this->queryWhere())
-            ->field('id,name,pid,status,sort,create_time')
+            ->field('id,name,name label,pid,status,sort,create_time')
             ->limit($this->limitOffset, $this->limitLength)
             ->order($this->sortOrder)
             ->append(['status_desc'])