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.
22 lines
576 B
22 lines
576 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'ServicePersonnel' => '服务站专员',
|
|
'servicePersonnel' => '服务站专员',
|
|
'service_personnel' => '服务站专员',
|
|
],
|
|
'fields' => [
|
|
'user_id' => '服务专员懒ID',
|
|
'name' => '姓名',
|
|
'tel' => '电话',
|
|
'market_id' => '所属市场',
|
|
'type' => '类型',
|
|
'type_text' => '类型',
|
|
'status' => '状态',
|
|
'status_text' => '状态',
|
|
'qr_url' => '专员二维码',
|
|
'head_url' => '头像',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|