- แก้ชื่อ-นามสกุล
- ขยายวันสืบ และสอบ
This commit is contained in:
parent
8532079f83
commit
cb8cd0c8d4
18 changed files with 29 additions and 29 deletions
|
|
@ -146,7 +146,7 @@ const columns = ref<any>([
|
|||
{
|
||||
name: "name",
|
||||
align: "left",
|
||||
label: "ชื่อ-สกุล",
|
||||
label: "ชื่อ-นามสกุล",
|
||||
sortable: true,
|
||||
field: "name",
|
||||
headerStyle: "font-size: 14px; min-width: 200px",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<div class="q-pa-md row col-12 q-col-gutter-sm">
|
||||
<q-input
|
||||
v-model="myData.name"
|
||||
label="ชื่อ-สกุล"
|
||||
label="ชื่อ-นามสกุล"
|
||||
class="col-xs-12 col-sm-6"
|
||||
hide-bottom-space
|
||||
:outlined="true"
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
>
|
||||
<q-input
|
||||
v-model="items.fullName"
|
||||
label="ชื่อ-สกุล"
|
||||
label="ชื่อ-นามสกุล"
|
||||
class="col-xs-12 col-sm-6"
|
||||
hide-bottom-space
|
||||
:outlined="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue