This commit is contained in:
parent
eb88cc4269
commit
67a69b85e0
3 changed files with 3 additions and 3 deletions
|
|
@ -140,7 +140,7 @@ watch(
|
|||
:rules="[
|
||||
(val) => !!val || $t('form.error.required'),
|
||||
(val) =>
|
||||
/^[A-Za-z0-9ก-๙\s&.,'-]+$/.test(val) ||
|
||||
/^[A-Za-z0-9ก-๙\s&.,'()-]+$/.test(val) ||
|
||||
$t('form.error.branchNameField'),
|
||||
]"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue