From bfc0be3f2e21d73fb17ef50a276396f2c7ff6873 Mon Sep 17 00:00:00 2001 From: oat Date: Thu, 15 Feb 2024 16:05:55 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4:=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=82=E0=B8=9A=E0=B8=B1=E0=B8=84=E0=B8=9B=E0=B8=A3=E0=B8=B0?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A8=E0=B9=80=E0=B8=81=E0=B8=B5=E0=B8=A2?= =?UTF-8?q?=E0=B8=A3=E0=B8=95=E0=B8=B4=E0=B8=84=E0=B8=B8=E0=B8=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registry/components/Coin.vue | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/src/modules/04_registry/components/Coin.vue b/src/modules/04_registry/components/Coin.vue index 96b5f8a5f..76a964ffa 100644 --- a/src/modules/04_registry/components/Coin.vue +++ b/src/modules/04_registry/components/Coin.vue @@ -28,7 +28,7 @@ a >
{{ - props.row.isDate == "true" + props.row.isDate == true ? date2Thai(props.row.issueDate2) : col.value + 543 }} @@ -149,6 +149,7 @@ a :model-value="issueDate + 543" hide-bottom-space :label="`${'วันที่ได้รับ'}`" + :readonly="!edit" >