allocatr/application/admin/lang/zh-cn/orders/dispatchlog.php
2025-04-14 11:28:10 +08:00

12 lines
247 B
PHP

<?php
return [
'Dispatch_id' => '派单ID',
'Order_id' => '订单ID',
'Worker_id' => '师傅ID',
'Status' => '状态',
'Status_text' => '状态说明',
'Remark' => '备注',
'Create_time' => '时间'
];