refactor: edit name id
This commit is contained in:
parent
1bbb5007d3
commit
b25cd5d885
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ const branchNo = defineModel<number>('branchNo');
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<q-input
|
<q-input
|
||||||
:for="`${prefixId}-input-branch-code`"
|
:for="`${prefixId}-input-branch-no`"
|
||||||
:id="`${prefixId}-input-branch-code`"
|
:id="`${prefixId}-input-branch-no`"
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
outlined
|
outlined
|
||||||
:readonly="!!branchCode"
|
:readonly="!!branchCode"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue