修改日志名称

This commit is contained in:
2020-08-23 22:15:16 +08:00
parent 608d0d5993
commit bec648912c
5 changed files with 23 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ use Encore\Admin\Widgets\Table;
class IndexController extends AdminController
{
protected $title = 'api 日志22';
protected $title = 'api接口日志';
/**
* Notes:
@@ -26,10 +26,7 @@ class IndexController extends AdminController
$grid->disableActions();
$grid->filter(function ($filter) {
$filter->equal('type', '接口类型')->select([
'pingan' => '平安',
'self' => '自己',
]);
$filter->equal('type', '接口类型')->select(Log::TYPES);
$filter->where(function ($query) {
$query->where("out_source->data->profitOfferItemVersion", $this->input);
}, '券类型')->select([