'待发货', self::delivery => '已发货', self::delivery_finish => '已收货' ); if($status !== '') return $list[$status] ?? ''; return $list; } }