Merge branch 'dev' into Fix-VnBankDetail
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2025-05-06 09:34:21 +00:00
commit 7f7c86def2
1 changed files with 7 additions and 1 deletions

View File

@ -99,7 +99,13 @@ async function acceptPropagate({ isEqualizated }) {
</VnRow>
<VnRow>
<VnInput :label="t('Street')" clearable v-model="data.street" required />
<VnInput
:label="t('Street')"
clearable
v-model="data.street"
:uppercase="true"
required
/>
</VnRow>
<VnRow>