เพิ่มการประชุม

This commit is contained in:
setthawutttty 2024-03-04 15:33:22 +07:00
parent 43141e95f8
commit d484f7514c
3 changed files with 2 additions and 4 deletions

View file

@ -60,6 +60,7 @@ function inputEdit(val: boolean) {
for="channel"
hide-bottom-space
label="ชื่อช่องทาง"
lazy-rules
:rules="[(val:string) => !!val || `${'กรุณากรอกชื่อช่องทาง'}`]"
/>
</div>