refeactor: handle status redo show i18n status
This commit is contained in:
parent
025f357e2b
commit
557ca77d1f
1 changed files with 3 additions and 1 deletions
|
|
@ -75,7 +75,9 @@ function hideIcon() {
|
|||
:label="
|
||||
currStatus?.value === TaskStatus.Validate && type === 'order'
|
||||
? $t('taskOrder.done')
|
||||
: $t(`taskOrder.status.${status}`)
|
||||
: currStatus?.value === TaskStatus.Redo && type === 'receive'
|
||||
? $t(`taskOrder.status.receive.Canceled`)
|
||||
: $t(`taskOrder.status.${status}`)
|
||||
"
|
||||
class="text-capitalize text-weight-regular product-status rounded"
|
||||
:class="{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue