no message

This commit is contained in:
setthawutttty 2024-12-12 16:02:15 +07:00
parent 3a9083289c
commit 1307690d54

View file

@ -35,6 +35,8 @@ const {
dialogMessageNotify,
} = mixin;
const checkRoute = ref<boolean>(route.name == 'KPIIndicatorByPlanView')
const id = ref<string>(route.params.id ? route.params.id.toLocaleString() : "");
const editCheck = ref<boolean>(route.params.id ? true : false);
const isView = ref<boolean>(route.name === "KPIIndicatorByPlanView");
@ -264,6 +266,7 @@ onMounted(async () => {
class="inputgreen"
:rules="[(val:string) => !!val || `${'กรุณากรอกชิ่อตัวชี้วัด'}`]"
hide-bottom-space
:readonly="checkRoute"
/>
</div>
<div class="col-2">