|
|
@@ -30,7 +30,7 @@ class MasterWorkerAccountLogLists extends BaseWorkerDataLists
|
|
|
public function lists():array
|
|
|
{
|
|
|
return MasterWorkerAccountLog::where($this->queryWhere())
|
|
|
- ->field('sn,change_type,action,work_sn,change_amount,create_time')
|
|
|
+ ->field('sn,title,change_type,action,work_sn,change_amount,create_time')
|
|
|
->order(['id' => 'dasc'])
|
|
|
->append(['action_text'])
|
|
|
->limit($this->limitOffset, $this->limitLength)
|