Explorar o código

增加管理员操作日志类型

kevin_zhangl %!s(int64=3) %!d(string=hai) anos
pai
achega
9599a89d4a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      backendApi/modules/v1/models/lists/log/AdminHandleList.php

+ 1 - 0
backendApi/modules/v1/models/lists/log/AdminHandleList.php

@@ -155,6 +155,7 @@ class AdminHandleList extends \common\libs\dataList\DataList implements DataList
                 ['id'=>'添加体系','name'=>'添加体系'],
                 ['id'=>'编辑体系','name'=>'编辑体系'],
                 ['id'=>'恢复体系','name'=>'恢复体系'],
+                ['id'=>'业绩调整','name'=>'业绩调整'],
             ];
             $this->filterTypes = [
                 'opt_type' => ['isUserTable'=>false, 'name'=>'操作类型', 'other'=> 'select', 'selectData'=> $selectData],