แก้คำ

This commit is contained in:
STW_TTTY\stwtt 2024-09-23 10:44:59 +07:00
parent a65006f4c7
commit 80856bbed0

View file

@ -114,7 +114,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "link",
align: "left",
label: "ลิงก์",
label: "ลิงก์",
sortable: true,
field: "link",
headerStyle: "font-size: 14px",
@ -1227,8 +1227,8 @@ onMounted(async () => {
lazy-rules
:readonly="!editvisible"
:borderless="!editvisible"
:rules="[(val:string) => !!val || `${'กรุณากรอก ลิงก์'}`]"
label="ลิงก์"
:rules="[(val:string) => !!val || `${'กรุณากรอก ลิงก์'}`]"
label="ลิงก์"
/>
</q-form>
</q-card-section>