feat: change bank entity select option label from name to bic
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
parent
1f4b36ea68
commit
122a52f18e
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue