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.
21 lines
546 B
21 lines
546 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'LanzuMpInfo' => '服务商管理',
|
|
'mp' => '服务商管理'
|
|
],
|
|
'fields' => [
|
|
'name' => '名称',
|
|
'phone' => '电话',
|
|
'bank_name' => '开户行',
|
|
'bank_card' => '银行卡号',
|
|
'bank_addr' => '开户行地址',
|
|
'id_frond' => '身份证正面',
|
|
'id_back' => '身份证反面',
|
|
'id_number' => '身份证号',
|
|
'admin_user_id' => '系统登陆帐号',
|
|
'status' => '状态',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|