แก้ฟิล tittle เป็น title รอ api

This commit is contained in:
setthawutttty 2024-01-24 11:12:37 +07:00
parent 0ebce96c89
commit ca779e2a3c
2 changed files with 8 additions and 8 deletions

View file

@ -77,11 +77,11 @@ const columns = ref<QTableProps["columns"]>([
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
},
{
name: "tittle",
name: "title",
align: "left",
label: "หัวข้อการประชุม",
sortable: true,
field: "tittle",
field: "title",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
sort: (a: string, b: string) =>
@ -181,7 +181,7 @@ watch(
<template>
<q-dialog v-model="props.Modal" persistent>
<q-card style="width: 1200px; max-width: 80vw">
<DialogHeader tittle="เลือกการประชุม" :close="clickClose" />
<DialogHeader :tittle="`เลือกการประชุม`" :close="clickClose" />
<q-separator />
<q-card-section>
<q-input