allocatr/application/admin/lang/zh-cn/orders/review.php
2025-08-15 15:00:23 +08:00

17 lines
482 B
PHP

<?php
return [
'Order_id' => '订单ID',
'Worker_id' => '师傅ID',
'Pt_star' => '平台评分',
'Worker_star' => '师傅评分',
'Remark' => '备注',
'Admin_id' => '回访人',
'Admin_user' => '回访人',
'Coupons' => '优惠',
'Offline_amount_type' => '线下尾款类型',
'Offline_amount_type 0' => '无',
'Offline_amount_type 1' => '师傅收',
'Offline_amount_type 2' => '公司收',
];