feat: 09 => add auto-select-on-single (order)
This commit is contained in:
parent
6ec1bed7f6
commit
b36d4fc86a
1 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ const contactTel = defineModel<string>('contactTel');
|
|||
class="col-md-4 col-12"
|
||||
:label="`${$t('taskOrder.issueBranch')}${$i18n.locale === 'tha' ? $t('taskOrder.title') : ''}`"
|
||||
v-model:value="registeredBranchId"
|
||||
auto-select-on-single
|
||||
/>
|
||||
<SelectInstitution
|
||||
:readonly
|
||||
|
|
@ -51,6 +52,7 @@ const contactTel = defineModel<string>('contactTel');
|
|||
v-model:value="institutionId"
|
||||
:disabled="taskListGroup"
|
||||
:params="{ payload: { group: institutionGroup } }"
|
||||
auto-select-on-single
|
||||
/>
|
||||
<DatePicker
|
||||
:label="$t('taskOrder.issueDate')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue