From 26c0098db12f1d56943f7c135e8571eb390cf5f6 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Tue, 9 Jul 2024 09:59:25 +0700 Subject: [PATCH] no message --- .github/workflows/release.yaml | 36 +++++++++---------- src/modules/01_exam/components/ExamCard.vue | 12 +++---- src/modules/01_exam/components/ExamDetail.vue | 3 +- 3 files changed, 26 insertions(+), 25 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 29d0a5b..e295140 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,21 +66,21 @@ jobs: docker compose pull docker compose up -d echo "${{ steps.gen_ver.outputs.image_ver }}"> success - - uses: snow-actions/line-notify@v1.1.0 - if: success() - with: - access_token: ${{ env.TOKEN_LINE }} - message: | - -Success✅✅✅ - Image: ${{env.IMAGE_NAME}} - Version: ${{ github.event.inputs.IMAGE_VER }} - By: ${{secrets.DOCKER_USER}} - - uses: snow-actions/line-notify@v1.1.0 - if: failure() - with: - access_token: ${{ env.TOKEN_LINE }} - message: | - -Failure❌❌❌ - Image: ${{env.IMAGE_NAME}} - Version: ${{ github.event.inputs.IMAGE_VER }} - By: ${{secrets.DOCKER_USER}} + # - uses: snow-actions/line-notify@v1.1.0 + # if: success() + # with: + # access_token: ${{ env.TOKEN_LINE }} + # message: | + # -Success✅✅✅ + # Image: ${{env.IMAGE_NAME}} + # Version: ${{ github.event.inputs.IMAGE_VER }} + # By: ${{secrets.DOCKER_USER}} + # - uses: snow-actions/line-notify@v1.1.0 + # if: failure() + # with: + # access_token: ${{ env.TOKEN_LINE }} + # message: | + # -Failure❌❌❌ + # Image: ${{env.IMAGE_NAME}} + # Version: ${{ github.event.inputs.IMAGE_VER }} + # By: ${{secrets.DOCKER_USER}} diff --git a/src/modules/01_exam/components/ExamCard.vue b/src/modules/01_exam/components/ExamCard.vue index 074a77b..6662445 100644 --- a/src/modules/01_exam/components/ExamCard.vue +++ b/src/modules/01_exam/components/ExamCard.vue @@ -18,7 +18,7 @@
{{ citizenId }}
-
เลขประจำตัวสอบ :
+
เลขประจำตัวผู้สมัคร :
{{ examNumber }}
@@ -64,7 +64,7 @@
คะแนนที่ได้
-
ภาค ก
+
ความรู้ความสามารถทั่วไป
{{ scoreAFull }}
@@ -73,7 +73,7 @@
คะแนน
-
ภาค ข
+
ภาคความรู้ความสามารถที่ใช้เฉพาะตำแหน่ง
{{ scoreBFull }}
@@ -82,7 +82,7 @@
คะแนน
-
ภาค ค
+
ภาคความเหมาะสมกับตำแหน่ง
{{ scoreCFull }}
@@ -125,10 +125,10 @@
{{ number }}
--> -
วันหมดอายุบัญชีคัดเลือก
+ diff --git a/src/modules/01_exam/components/ExamDetail.vue b/src/modules/01_exam/components/ExamDetail.vue index e9076e7..f6b38a6 100644 --- a/src/modules/01_exam/components/ExamDetail.vue +++ b/src/modules/01_exam/components/ExamDetail.vue @@ -67,7 +67,8 @@ const { date2Thai } = mixin const exam = ref({ contentItemId: null, - displayText: 'การสอบภาค ข.พิเศษ สำหรับผู้สอบผ่านของ่วนราชการแล้ว', + displayText: + 'การสอบภาคความรู้ความสามารถที่ใช้เฉพาะตำแหน่ง พิเศษ สำหรับผู้สอบผ่านของ่วนราชการแล้ว', description: 'ครั้งที่2', createdUtc: new Date(), budgetYear: 2566,