แก้ไขข้อความทดลองงานเป็น "ทดลองปฏิบัติหน้าที่ราชการ"
This commit is contained in:
parent
5f9a0089df
commit
17607f5482
3 changed files with 7 additions and 7 deletions
|
|
@ -216,7 +216,7 @@ const menuList = readonly<any[]>([
|
||||||
// },
|
// },
|
||||||
{
|
{
|
||||||
key: 6.3,
|
key: 6.3,
|
||||||
label: "การทดลองงาน",
|
label: "การทดลองปฏิบัติหน้าที่ราชการ",
|
||||||
path: "probation",
|
path: "probation",
|
||||||
role: "probation",
|
role: "probation",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "probation_no",
|
name: "probation_no",
|
||||||
align: "center",
|
align: "center",
|
||||||
label: "ครั้งที่ทดลองงาน",
|
label: "ครั้งที่ทดลองปฏิบัติหน้าที่ราชการ",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "probation_no",
|
field: "probation_no",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
@ -94,7 +94,7 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "probation_status",
|
name: "probation_status",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "สถานะการทดลองงาน",
|
label: "สถานะ",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "probation_status",
|
field: "probation_status",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
@ -153,7 +153,7 @@ const columns2 = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "status",
|
name: "status",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "สะถานะทดลองงาน",
|
label: "สถานะ",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "status",
|
field: "status",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
|
||||||
|
|
@ -185,8 +185,8 @@ const selectStatus = async () => {
|
||||||
getpersonalList();
|
getpersonalList();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
"ยืนยันการเปลี่ยนสถานะทดลองงาน",
|
"ยืนยันการเปลี่ยนสถานะการทดลองปฏิบัติหน้าที่ราชการ",
|
||||||
"ต้องการเปลี่ยนสถานะทดลองงานข้อมูลนี้หรือไม่ ?",
|
"ต้องการเปลี่ยนสถานะการทดลองปฏิบัติหน้าที่ราชการข้อมูลนี้หรือไม่ ?",
|
||||||
() => {
|
() => {
|
||||||
probation_status.value = probation_statusold.value;
|
probation_status.value = probation_statusold.value;
|
||||||
}
|
}
|
||||||
|
|
@ -272,7 +272,7 @@ const paginationLabel = (start: string, end: string, total: string) => {
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-6 col-sm-3 row items-center">
|
<div class="col-xs-6 col-sm-3 row items-center">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<div class="col-12 text-top">สถานะการทดลองงาน</div>
|
<div class="col-12 text-top">สถานะการทดลองปฏิบัติหน้าที่ราชการ</div>
|
||||||
<div class="col-12 text-detail">
|
<div class="col-12 text-detail">
|
||||||
<q-select
|
<q-select
|
||||||
dense
|
dense
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue