refactor: add rules at input serviceCode

This commit is contained in:
Net 2024-07-24 11:54:26 +07:00
parent 63f7f101f1
commit 45398061c0

View file

@ -76,6 +76,7 @@ const props = defineProps<{
class="col-3"
:label="$t('serviceCode')"
v-model="serviceCode"
:rules="[(val: string) => !!val || $t('pleaseInformation')]"
/>
<q-select