moonsflyer 4 月之前
父节点
当前提交
449142cfae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/adminapi/lists/agricultural_machinery/SupplyDemandCateLists.php

+ 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'])