Commit 528b4d5d by Nattana Chaiyamat

ติดตามหลังการประเมิน

parent 2abf8a01
<ng-container *ngIf="page==1">
<div class="flex item-center w-full font-size-18px font-weight-700 text-primary px-5 mt-1 mb-4"
style="height: 50px;align-items: center;border-width: 1px;background: #eff6fe; border-radius:20px">
รายละเอียดการประเมิน
{{'Detail Evaluate' | translate}}
</div>
<div class="flex w-full mb-4">
<div class="flex w-1/4 justify-between">
......
......@@ -43,13 +43,13 @@ export class EvaluationConfirmationComponent {
},
columns: [{
field: "round",
headerText: "รอบการประเมิน",
headerText: "Evaluation Period",
type: "string",
isPrimaryKey: true,
},
{
field: "year",
headerText: "ปีการประเมิน",
headerText: "Year",
type: "string"
},
{
......
......@@ -4,7 +4,7 @@
<div class="w-full mb-2">
<div class="font-size-18px font-weight-700 text-primary">
<span class="whitespace-nowrap relative">
ติดตามหลังการประเมิน
{{'Post Eval. & Follow-up' | translate}}
</span>
</div>
</div>
......@@ -14,7 +14,7 @@
<a style="border-radius: 20px;width: 210px;height: 35px;"
class=" border justify-center rounded-4px hs-tab-active:!bg-primary hs-tab-active:border-primary hs-tab-active:!text-white -mb-px py-2 px-3 inline-flex items-center gap-2 font-size-16px font-weight-500 text-center text-gray-600 hover:text-gray-900 active"
href="javascript:void(0);" id="card-type-item-1" data-hs-tab="#card-type-1" aria-controls="card-type-1">
{{'ผลการประเมิน' | translate}}
{{'Result Evaluate' | translate}}
</a>
<a style="border-radius: 20px;width: 210px;height: 35px;"
class="border justify-center rounded-4px hs-tab-active:!bg-primary hs-tab-active:border-primary hs-tab-active:!text-white -mb-px py-2 px-3 inline-flex items-center gap-2 font-size-16px font-weight-500 text-center text-gray-600 hover:text-gray-900"
......
......@@ -143,7 +143,7 @@ export class NavService implements OnDestroy {
icon: ''
},
{
title: 'ติดตามหลังการประเมิน',
title: 'Post Eval. & Follow-up',
type: 'link',
selected: false,
active: false,
......
......@@ -404,5 +404,9 @@
"AddDocument": "Add Document",
"EditDocument": "Edit Document",
"Eva": "Status",
"DocumentUploadManager": "Document Upload Manager"
"DocumentUploadManager": "Document Upload Manager",
"Post Eval. & Follow-up": "Post Eval. & Follow-up",
"Result Evaluate": "Result Evaluate",
"Detail Evaluate": "Detail Evaluate",
"Evaluation Period": "Evaluation Period"
}
\ No newline at end of file
......@@ -405,5 +405,10 @@
"DownloadFile": "ดาวน์โหลดไฟล์",
"AddDocument": "เพิ่มเอกสาร",
"EditDocument": "แก้ไขเอกสาร",
"DocumentUploadManager": "จัดการอัพโหลดเอกสาร"
"DocumentUploadManager": "จัดการอัพโหลดเอกสาร",
"Post Eval. & Follow-up": "ติดตามหลังการประเมิน",
"Result Evaluate": "ผลการประเมิน",
"Detail Evaluate": "รายละเอียดการประเมิน",
"Evaluation Period": "รอบการประเมิน"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment