fix: card business type not show
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
This commit is contained in:
parent
2ac31c2e4c
commit
3ddea74b73
1 changed files with 5 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue