, . Vue, ( Vue Devtools) , v-if. , - , :
computed: {
orderStatusId: function () {
return this.order.order_products[key].statuses[0].id
},
orderStatus: function () {
return this.order.status
}
}
v-if :
<div v-if="orderStatusId !== 3 || orderStatus !== 3" >
v-if.