链街Dcat后台
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.
 
 
 
 

18 lines
407 B

<?php
return [
'labels' => [
'ServicePersonnel' => 'ServicePersonnel',
],
'fields' => [
'user_id' => '服务员懒ID',
'name' => '姓名',
'tel' => '电话',
'market_id' => '所属市场',
'type' => '类型',
'status' => '状态',
'qr_url' => '专员二维码',
'head_url' => '头像',
],
'options' => [
],
];