{{ xs_order_type_options.find(({id}) => id === String(scope.row.order_type)).label }}
{{ xs_order_source_options.find(({id}) => id === String(scope.row.order_source)).label }}
{{ statusOptions.find(({value}) => value === String(scope.row.status)).label }}
{{ String(scope.row.platform_type) === '1' ? 'ToB' : String(scope.row.platform_type) === '2' ? 'ToC' : '--' }}