green on EXECUTED
This commit is contained in:
parent
1944b04d07
commit
6869d6c821
|
@ -18,7 +18,7 @@ const order = ref(props.order)
|
||||||
|
|
||||||
const statusClassName = computed(() => {
|
const statusClassName = computed(() => {
|
||||||
const status = order.value.Status
|
const status = order.value.Status
|
||||||
if (status === 'PAID') return 'success'
|
if (status === 'EXECUTED') return 'success'
|
||||||
if (status === 'PENDING') return 'info'
|
if (status === 'PENDING') return 'info'
|
||||||
return 'error'
|
return 'error'
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue