- แก้ชื่อ-นามสกุล
- ขยายวันสืบ และสอบ
This commit is contained in:
parent
8532079f83
commit
cb8cd0c8d4
18 changed files with 29 additions and 29 deletions
|
|
@ -1089,7 +1089,7 @@ onMounted(async () => {
|
|||
borderless
|
||||
outlined
|
||||
v-model="fullname"
|
||||
label="ชื่อ-สกุล"
|
||||
label="ชื่อ-นามสกุล"
|
||||
/>
|
||||
|
||||
</div>
|
||||
|
|
@ -2359,7 +2359,7 @@ onMounted(async () => {
|
|||
borderless
|
||||
:outlined="status == true"
|
||||
v-model="fullname"
|
||||
label="ชื่อ-สกุล"
|
||||
label="ชื่อ-นามสกุล"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "name",
|
||||
align: "left",
|
||||
label: "ชื่อ-สกุล",
|
||||
label: "ชื่อ-นามสกุล",
|
||||
sortable: true,
|
||||
field: "name",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
@ -155,7 +155,7 @@ const columns2 = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "fullname",
|
||||
align: "left",
|
||||
label: "ชื่อ-สกุล",
|
||||
label: "ชื่อ-นามสกุล",
|
||||
sortable: true,
|
||||
field: "fullname",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue