From 4f5683bed77b4a1af93e488f3ae210d3b2214748 Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Mon, 9 Sep 2024 11:01:02 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20=E0=B8=97?= =?UTF-8?q?=E0=B8=94=E0=B8=A5=E0=B8=AD=E0=B8=87=20=E0=B8=87=E0=B8=B2?= =?UTF-8?q?=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/probation/FormAssign.vue | 180 +++++++++++++----- 1 file changed, 129 insertions(+), 51 deletions(-) diff --git a/src/modules/05_placement/components/probation/FormAssign.vue b/src/modules/05_placement/components/probation/FormAssign.vue index 222bf3110..3a0dd2969 100644 --- a/src/modules/05_placement/components/probation/FormAssign.vue +++ b/src/modules/05_placement/components/probation/FormAssign.vue @@ -1224,7 +1224,7 @@ onMounted(async () => { hide-bottom-space :options="monthOp" class="col-xs-12 col-sm-6" - :readonly="isEdit != true" + :readonly="!isEdit && routeName !== 'probationWorkAdd'" dense borderless option-label="label" @@ -1244,7 +1244,7 @@ onMounted(async () => { borderless :enableTimePicker="false" week-start="0" - :readonly="isEdit != true" + :readonly="!isEdit && routeName !== 'probationWorkAdd'" >