Merge branch 'develop' into auy-dev

This commit is contained in:
Warunee Tamkoo 2024-02-16 11:27:03 +07:00
commit 0fe78727c1
2 changed files with 10 additions and 8 deletions

View file

@ -8,8 +8,8 @@ on:
env:
REGISTRY: docker.frappet.com
IMAGE_NAME: ehr/bma-ehr-user
DEPLOY_HOST: frappet.com
COMPOSE_PATH: /home/frappet/docker/bma-ehr-user
DEPLOY_HOST: 49.0.91.80
COMPOSE_PATH: /home/frappet/docker/bma/bma-ehr-user
jobs:
# act workflow_dispatch -W .github/workflows/release.yaml --input IMAGE_VER=test-v6.1 -s DOCKER_USER=sorawit -s DOCKER_PASS=P@ssword -s SSH_PASSWORD=P@ssw0rd
@ -60,11 +60,11 @@ jobs:
host: ${{env.DEPLOY_HOST}}
username: frappet
password: ${{ secrets.SSH_PASSWORD }}
port: 22
port: 10102
script: |
cd "${{env.COMPOSE_PATH}}"
docker-compose pull
docker-compose up -d
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()

View file

@ -241,7 +241,9 @@ const thaiOptions: Intl.DateTimeFormatOptions = {
กลองขอความ
</div>
<q-space />
<div class="text-grey-5" style="font-size: 12px">งหมด {{ totalInbox }} อความ</div>
<div class="text-grey-5" style="font-size: 12px">
งหมด {{ totalInbox }} อความ
</div>
</div>
<div
v-if="totalInbox != 0"
@ -265,7 +267,7 @@ const thaiOptions: Intl.DateTimeFormatOptions = {
class="'q-py-md q-mb-sm my-menu'"
:active="link === item.no"
active-class="my-menu-link"
@click="onClickOpenPopupDetail(item)"
@click.stop.prevent="onClickOpenPopupDetail(item)"
>
<q-item-section>
<q-item-label caption class="text-weight-light">
@ -308,7 +310,7 @@ const thaiOptions: Intl.DateTimeFormatOptions = {
icon="mdi-reply"
size="10px"
color="grey-7"
@click="dialogRepleOpen(item.no)"
@click.stop.prevent="dialogRepleOpen(item.no)"
>
<q-tooltip>ตอบกลบขอความ</q-tooltip>
</q-btn>