fix: issue branch missing
This commit is contained in:
parent
718b17081c
commit
99d2f0da42
1 changed files with 4 additions and 1 deletions
|
|
@ -257,7 +257,10 @@ const emit = defineEmits<{
|
||||||
:custom-data="[
|
:custom-data="[
|
||||||
{
|
{
|
||||||
label: $t('taskOrder.issueBranch'),
|
label: $t('taskOrder.issueBranch'),
|
||||||
value: props.row.issueBranch,
|
value:
|
||||||
|
$i18n.locale === 'eng'
|
||||||
|
? props.row.registeredBranch.nameEN || '-'
|
||||||
|
: props.row.registeredBranch.name || '-',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: $t('general.agencies'),
|
label: $t('general.agencies'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue