fix import

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-12 14:01:11 +07:00
parent 66bb690fa1
commit c752fba862
17 changed files with 22 additions and 25 deletions

View file

@ -245,7 +245,7 @@ watch(
dense
ref="roundRef"
:rules="[
(val) => !!val || 'กรุณาเลือกรอบที่ต้องการเปลี่ยน',
(val:string) => !!val || 'กรุณาเลือกรอบที่ต้องการเปลี่ยน',
]"
emit-value
map-options
@ -295,7 +295,7 @@ watch(
"
label="วันที่ให้มีผล"
:rules="[
(val) => !!val || `${'กรุณาเลือกวันที่ให้มีผล'}`,
(val:string) => !!val || `${'กรุณาเลือกวันที่ให้มีผล'}`,
]"
>
<template v-slot:prepend>