{{item.departure_port}}
{{item.customer_contact}}
{{item.state == 1 ? '受付' : item.state
== 2 ? '手配' : '完了'}}
{{item.state == 1 ? '等待' : item.state
== 2 ? '安排' : '完成'}}
{{item.state == 1 ? 'Waiting' :
item.state == 2 ? 'Arranging' : 'Completed'}}
{{item.move_in_address}}
{{item.consignee_contact}}