This commit is contained in:
ericli1018
2025-06-13 12:24:35 +08:00
parent 1caae33c43
commit 6dfe3e0677
74 changed files with 1497 additions and 253 deletions

View File

@ -24,6 +24,26 @@ class UserCrudController extends OrgController
'label' => trans('backpack::permissionmanager.email'),
'type' => 'email',
],
[
'name' => 'phone',
'label' => trans('backend.columnName.phone'),
'type' => 'text',
],
[
'name' => 'country',
'label' => trans('backend.columnName.country'),
'type' => 'text',
],
[
'name' => 'company',
'label' => trans('backend.columnName.company'),
'type' => 'text',
],
[
'name' => 'job_title',
'label' => trans('backend.columnName.job_title'),
'type' => 'text',
],
[ // n-n relationship (with pivot table)
'label' => trans('backpack::permissionmanager.roles'), // Table column heading
'type' => 'select_multiple',