You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
495 B
20 lines
495 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'LanzuMmInfo' => '市场经理',
|
|
'mm' => '市场经理'
|
|
],
|
|
'fields' => [
|
|
'name' => '名称',
|
|
'phone' => '电话',
|
|
'id_frond' => '身份证正面',
|
|
'id_back' => '身份证反面',
|
|
'id_number' => '身份证号',
|
|
'admin_user_id' => '系统登陆帐号',
|
|
'status' => '状态',
|
|
'is_del' => '是否删除',
|
|
'market_id'=>'所属市场'
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|