fix: issue branch missing

This commit is contained in:
Thanaphon Frappet 2025-01-08 09:51:50 +07:00
parent 718b17081c
commit 99d2f0da42

View file

@ -257,7 +257,10 @@ const emit = defineEmits<{
:custom-data="[
{
label: $t('taskOrder.issueBranch'),
value: props.row.issueBranch,
value:
$i18n.locale === 'eng'
? props.row.registeredBranch.nameEN || '-'
: props.row.registeredBranch.name || '-',
},
{
label: $t('general.agencies'),