微调
This commit is contained in:
@@ -97,7 +97,7 @@ class IndexController extends AdminController
|
||||
|
||||
$grid->column('门店号')->display(function () {
|
||||
return $this->shop_id ?? '---';
|
||||
});
|
||||
})->help('银联pos机配置的门店号');
|
||||
|
||||
$grid->column('所属项目')->display(function () {
|
||||
return $this->type_text;
|
||||
|
||||
Reference in New Issue
Block a user