no message
This commit is contained in:
parent
3a9083289c
commit
1307690d54
1 changed files with 3 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue