fix: card business type not show
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s

This commit is contained in:
Methapon2001 2025-07-11 11:05:53 +07:00
parent 2ac31c2e4c
commit 3ddea74b73

View file

@ -1634,9 +1634,11 @@ const emptyCreateDialog = ref(false);
<span class="col">
{{
key === 'businessTypePure'
? optionStore.mapOption(
props.row.branch[0].businessType,
)
? props.row.branch[0].businessType[
$i18n.locale === 'eng'
? 'nameEN'
: 'name'
]
: key === 'jobPosition'
? optionStore.mapOption(
props.row.branch[0].jobPosition,