Explorar o código

增加管理员操作日志类型

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

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

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