diff --git a/src/modules/07_insignia/components/2_Manage/Tab1.vue b/src/modules/07_insignia/components/2_Manage/Tab1.vue index 381a31301..03bd7896a 100644 --- a/src/modules/07_insignia/components/2_Manage/Tab1.vue +++ b/src/modules/07_insignia/components/2_Manage/Tab1.vue @@ -244,7 +244,7 @@ const columns = ref([ { name: "leave", align: "left", - label: "ไม่ได้เลื่อนเงินเดือน/ไม่ได้เลื่อนขั้น เนื่องจากลาเกิน", + label: "ไม่ได้เลื่อนเงินเดือน/ไม่ได้เลื่อนขั้น (เนื่องจากลาเกิน)", sortable: false, field: "", headerStyle: "font-size: 14px", @@ -253,8 +253,7 @@ const columns = ref([ { name: "assessments", align: "left", - label: - "ผลการประเมินการปฏิบัติราชการในรอบ 5 ปี ต่ำกว่าระดับดี (น้อยกว่าร้อยละ 70)", + label: "ผลการประเมินการปฏิบัติราชการในรอบ 5 ปี", sortable: false, field: "", headerStyle: "font-size: 14px", @@ -1096,7 +1095,6 @@ onMounted(async () => { /> - {{ col.label }} @@ -1294,7 +1292,7 @@ onMounted(async () => { flat dense icon="info" - color="red" + color="info" @click.pervent=" onClickViewInfo( 'discipline', @@ -1311,7 +1309,7 @@ onMounted(async () => { flat dense icon="info" - color="red" + color="info" @click.pervent=" onClickViewInfo( 'leave', @@ -1323,12 +1321,13 @@ onMounted(async () => { +