diff --git a/src/components/01_branch-management/FormBranchInformation.vue b/src/components/01_branch-management/FormBranchInformation.vue index 46726096..5eb6a751 100644 --- a/src/components/01_branch-management/FormBranchInformation.vue +++ b/src/components/01_branch-management/FormBranchInformation.vue @@ -198,7 +198,7 @@ function formatCode(input: string | undefined, type: 'code' | 'number') { v-model="permitNo" :rules="[(val) => val && val.length > 0]" :error-message="$t('form.error.required')" - for="input-name" + for="input-license-number" />