fix: edit rules input

This commit is contained in:
Net 2024-07-26 16:14:32 +07:00
parent ff0bcf95c6
commit 65077d5fcb

View file

@ -546,7 +546,7 @@ function confirmDelete(items: unknown[], index: number) {
input-class="text-caption" input-class="text-caption"
:label="$t('selection')" :label="$t('selection')"
:rules="[ :rules="[
(val) => (!!val && i >= 1) || $t('pleaseInformation'), (val) => (!!val && i <= 1) || $t('pleaseInformation'),
]" ]"
hide-bottom-space hide-bottom-space
/> />