fix bug kpi development

This commit is contained in:
Warunee Tamkoo 2024-05-16 16:39:20 +07:00
parent 6c03e24518
commit fc1d1365e8

View file

@ -152,14 +152,14 @@ const type = ref<string>("");
const idList = ref<string>("");
function openPopupProgress(id: string) {
modalProgress.value = true;
type.value = "develop";
type.value = "development";
idList.value = id;
}
function openPopupProblem(id: string) {
modalProblem.value = true;
type.value = "develop";
type.value = "development";
idList.value = id;
}
@ -246,13 +246,7 @@ onMounted(() => {
<q-th v-for="col in props.cols" :key="col.name" :props="props">
<span class="text-weight-medium">{{ col.label }}</span>
</q-th>
<q-th
auto-width
v-if="
store.dataEvaluation.evaluationStatus === 'NEW' &&
store.rolePerson === 'USER'
"
/>
<q-th auto-width />
</q-tr>
</template>
<template v-slot:body="props">
@ -317,7 +311,7 @@ onMounted(() => {
<div
v-if="
store.dataEvaluation.evaluationStatus == 'APPROVE' &&
store.tabMain === '1'
store.tabMain === '2'
"
>
<q-btn