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
447 B
20 lines
447 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Guide' => '地接',
|
|
'guide' => '地接',
|
|
],
|
|
'fields' => [
|
|
'account' => '账号',
|
|
'password' => '密码',
|
|
'name' => '地接名称',
|
|
'avatar' => '头像',
|
|
'photo' => '形象照',
|
|
'license_pic' => '地接资格证件',
|
|
'contact_phone' => '联系电话',
|
|
'status' => '状态',
|
|
'rate' => '抽成比例',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|