แก้ไขข้อความการประชุม ประเมิน
This commit is contained in:
parent
289397c1d9
commit
0ff16e5c97
2 changed files with 2 additions and 2 deletions
|
|
@ -307,7 +307,7 @@ function inputEdit(val: boolean) {
|
||||||
dense
|
dense
|
||||||
outlined
|
outlined
|
||||||
v-model="formData.title"
|
v-model="formData.title"
|
||||||
label="ชื่อการประชุม"
|
label="หัวข้อการประชุม"
|
||||||
ref="titleRef"
|
ref="titleRef"
|
||||||
for="titleRef"
|
for="titleRef"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ export const useEvaluateMeetingDataStore = defineStore(
|
||||||
{
|
{
|
||||||
name: "title",
|
name: "title",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "เรื่อง",
|
label: "หัวข้อการประชุม",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "title",
|
field: "title",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue