feat: change bank entity select option label from name to bic
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2025-05-06 11:08:59 +02:00
parent 1f4b36ea68
commit 122a52f18e
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ const getBankEntities = (data, formData) => {
:acls="[{ model: 'BankEntity', props: '*', accessType: 'WRITE' }]"
:rules="validate('Worker.bankEntity')"
hide-selected
option-label="name"
option-label="bic"
option-value="id"
v-model="data.bankEntityFk"
>