fix: id missing
This commit is contained in:
parent
fba8992419
commit
2c9f7ba02d
10 changed files with 25 additions and 26 deletions
|
|
@ -85,7 +85,7 @@ onMounted(async () => {
|
|||
hide-selected
|
||||
hide-bottom-space
|
||||
v-model="hqId"
|
||||
id="select-hq-id"
|
||||
for="select-hq-id"
|
||||
input-debounce="0"
|
||||
option-label="label"
|
||||
option-value="value"
|
||||
|
|
@ -118,7 +118,7 @@ onMounted(async () => {
|
|||
hide-selected
|
||||
hide-bottom-space
|
||||
v-model="brId"
|
||||
id="select-br-id"
|
||||
for="select-br-id"
|
||||
input-debounce="0"
|
||||
option-label="label"
|
||||
option-value="value"
|
||||
|
|
@ -172,7 +172,7 @@ onMounted(async () => {
|
|||
option-value="value"
|
||||
option-label="label"
|
||||
lazy-rules="ondemand"
|
||||
id="select-user-type"
|
||||
for="select-user-type"
|
||||
:dense="dense"
|
||||
:readonly="readonly"
|
||||
:hide-dropdown-icon="readonly"
|
||||
|
|
@ -203,7 +203,7 @@ onMounted(async () => {
|
|||
option-label="label"
|
||||
option-value="value"
|
||||
lazy-rules="ondemand"
|
||||
id="select-user-role"
|
||||
for="select-user-role"
|
||||
:dense="dense"
|
||||
v-model="userRole"
|
||||
:readonly="readonly"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue