แก้คำ
This commit is contained in:
parent
a65006f4c7
commit
80856bbed0
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue