ปรับข้อความรอบประเมิน

This commit is contained in:
Warunee Tamkoo 2024-07-12 13:41:54 +07:00
parent f82e3727e4
commit eb9e512b5d
4 changed files with 33 additions and 32 deletions

View file

@ -11,7 +11,7 @@ import type { QTableProps } from "quasar";
import { useCounterMixin } from "@/stores/mixin";
import { useKpiDataStore } from "@/modules/14_KPI/store";
import DialogEvalute from '@/modules/14_KPI/components/Tab/Dialog/DialogEvalute.vue'
import DialogEvalute from "@/modules/14_KPI/components/Tab/Dialog/DialogEvalute.vue";
const $q = useQuasar();
const router = useRouter();
const store = useKpiDataStore();
@ -25,7 +25,7 @@ const rows = ref<any[]>([]);
const year = ref<number | null>(new Date().getFullYear());
const modalDialog = ref<boolean>(false)
const modalDialog = ref<boolean>(false);
const round = ref<string>("");
const roundOp = ref<DataOption[]>([]);
@ -106,9 +106,9 @@ function fetchRoundOption() {
id: e.id,
name:
e.durationKPI === "OCT"
? "รอบตุลาคม"
? "รอบที่ 2 ตุลาคม"
: e.durationKPI === "APR"
? "รอบเมษายน"
? "รอบที่ 1 เมษายน"
: "",
}));
@ -195,8 +195,8 @@ watch(
}
);
function onDialog(){
modalDialog.value = true
function onDialog() {
modalDialog.value = true;
}
onMounted(async () => {
fetchRoundOption();
@ -374,12 +374,9 @@ onMounted(async () => {
</div>
</div>
<DialogEvalute
v-model:modal="modalDialog"/>
<DialogEvalute v-model:modal="modalDialog" />
</template>
<style scoped lang="scss">
.icon-color {
color: #4154b3;

View file

@ -105,9 +105,9 @@ function fetchRoundOption() {
id: e.id,
name:
e.durationKPI === "OCT"
? "รอบตุลาคม"
? "รอบที่ 2 ตุลาคม"
: e.durationKPI === "APR"
? "รอบเมษายน"
? "รอบmuj 1 เมษายน"
: "",
}));
roundOp.value = list;