แก้คำ
Refactoring code module 17_acting
This commit is contained in:
parent
066080879e
commit
a147bd70ec
2 changed files with 4 additions and 30 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) => !!val || `${'กรุณากรอก ลิ้งค์'}`]"
|
||||
label="ลิ้งค์"
|
||||
:rules="[(val) => !!val || `${'กรุณากรอก ลิ้งก์'}`]"
|
||||
label="ลิ้งก์"
|
||||
/>
|
||||
</q-form>
|
||||
</q-card-section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue