refactor: add rules at input serviceCode
This commit is contained in:
parent
63f7f101f1
commit
45398061c0
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ const props = defineProps<{
|
|||
class="col-3"
|
||||
:label="$t('serviceCode')"
|
||||
v-model="serviceCode"
|
||||
:rules="[(val: string) => !!val || $t('pleaseInformation')]"
|
||||
/>
|
||||
|
||||
<q-select
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue