- แก้ชื่อ-นามสกุล
- ขยายวันสืบ และสอบ
This commit is contained in:
parent
8532079f83
commit
cb8cd0c8d4
18 changed files with 29 additions and 29 deletions
|
|
@ -251,7 +251,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "fullname",
|
||||
align: "left",
|
||||
label: "ชื่อ-สกุล",
|
||||
label: "ชื่อ-นามสกุล",
|
||||
sortable: true,
|
||||
field: "fullname",
|
||||
headerStyle: "font-size: 14px; min-width: 200px",
|
||||
|
|
@ -498,7 +498,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "fullnameOld",
|
||||
align: "left",
|
||||
label: "ชื่อ-สกุล(เดิม)",
|
||||
label: "ชื่อ-นามสกุล(เดิม)",
|
||||
sortable: true,
|
||||
field: "fullnameOld",
|
||||
headerStyle: "font-size: 14px; min-width: 200px",
|
||||
|
|
@ -583,7 +583,7 @@ const columnsEmployee = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "fullname",
|
||||
align: "left",
|
||||
label: "ชื่อ-สกุล",
|
||||
label: "ชื่อ-นามสกุล",
|
||||
sortable: true,
|
||||
field: "fullname",
|
||||
headerStyle: "font-size: 14px; min-width: 200px",
|
||||
|
|
@ -802,7 +802,7 @@ const columnsEmployee = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "fullnameOld",
|
||||
align: "left",
|
||||
label: "ชื่อ-สกุล(เดิม)",
|
||||
label: "ชื่อ-นามสกุล(เดิม)",
|
||||
sortable: true,
|
||||
field: "fullnameOld",
|
||||
headerStyle: "font-size: 14px; min-width: 200px",
|
||||
|
|
@ -886,7 +886,7 @@ const columnsEmployeeTemp = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "fullname",
|
||||
align: "left",
|
||||
label: "ชื่อ-สกุล",
|
||||
label: "ชื่อ-นามสกุล",
|
||||
sortable: true,
|
||||
field: "fullname",
|
||||
headerStyle: "font-size: 14px; min-width: 200px",
|
||||
|
|
@ -1105,7 +1105,7 @@ const columnsEmployeeTemp = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "fullnameOld",
|
||||
align: "left",
|
||||
label: "ชื่อ-สกุล(เดิม)",
|
||||
label: "ชื่อ-นามสกุล(เดิม)",
|
||||
sortable: true,
|
||||
field: "fullnameOld",
|
||||
headerStyle: "font-size: 14px; min-width: 200px",
|
||||
|
|
@ -1370,7 +1370,7 @@ const doSearch = async () => {
|
|||
const onExport = () => {
|
||||
const head = [
|
||||
"ลำดับ",
|
||||
"ชื่อ-สกุล",
|
||||
"ชื่อ-นามสกุล",
|
||||
"ตำแหน่ง",
|
||||
"สายงาน",
|
||||
"ตำแหน่งในสายงาน",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue