แก้ไขข้อความทดลองงานเป็น "ทดลองปฏิบัติหน้าที่ราชการ"

This commit is contained in:
Warunee Tamkoo 2023-09-04 11:39:44 +07:00
parent 5f9a0089df
commit 17607f5482
3 changed files with 7 additions and 7 deletions

View file

@ -76,7 +76,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "probation_no",
align: "center",
label: "ครั้งที่ทดลองงาน",
label: "ครั้งที่ทดลองปฏิบัติหน้าที่ราชการ",
sortable: true,
field: "probation_no",
headerStyle: "font-size: 14px",
@ -94,7 +94,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "probation_status",
align: "left",
label: "สถานะการทดลองงาน",
label: "สถานะ",
sortable: true,
field: "probation_status",
headerStyle: "font-size: 14px",
@ -153,7 +153,7 @@ const columns2 = ref<QTableProps["columns"]>([
{
name: "status",
align: "left",
label: "สถานะทดลองงาน",
label: "สถานะ",
sortable: true,
field: "status",
headerStyle: "font-size: 14px",