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.
23 lines
633 B
23 lines
633 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'StoreUser' => '店铺账号',
|
|
'storeUser' => '店铺账号',
|
|
'store_user' => '店铺账号',
|
|
],
|
|
'fields' => [
|
|
'store_id' => '商家',
|
|
'username' => '账号',
|
|
'password' => '密码',
|
|
'user_category' => '账号类型',
|
|
'register_type' => '注册类型',
|
|
'status' => '状态',
|
|
'join_ip' => '注册IP',
|
|
'last_visit_time' => '最后访问时间',
|
|
'last_visit_time_text' => '最后访问时间',
|
|
'last_ip' => '最后访问IP',
|
|
'remark' => '备注'
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|