แก้คำ

Refactoring code module 17_acting
This commit is contained in:
STW_TTTY\stwtt 2024-09-20 15:12:31 +07:00
parent 066080879e
commit a147bd70ec
2 changed files with 4 additions and 30 deletions

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) => !!val || `${'กรุณากรอก ลิ้ง์'}`]"
label="ลิ้ง์"
:rules="[(val) => !!val || `${'กรุณากรอก ลิ้ง์'}`]"
label="ลิ้ง์"
/>
</q-form>
</q-card-section>