ui ประเมินผล

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-20 14:23:27 +07:00
parent b2f5d6b122
commit a3787f976a
13 changed files with 717 additions and 93 deletions

View file

@ -5,9 +5,11 @@ import http from "@/plugins/http";
import config from "@/app.config";
import { useCounterMixin } from "@/stores/mixin";
import { useEvaluateStore } from "@/modules/06_evaluate/store";
const mixin = useCounterMixin();
const $q = useQuasar();
const store = useEvaluateStore();
const { showLoader, hideLoader, messageError } = mixin;
@ -55,7 +57,7 @@ async function fetchCheckSpec(id: string) {
}
onMounted(() => {
props.evaluateId && fetchCheckSpec(props.evaluateId);
store.step === 1 && props.evaluateId && fetchCheckSpec(props.evaluateId);
});
</script>
@ -71,7 +73,12 @@ onMounted(() => {
/>
</q-item-section>
<q-item-section>
<q-item-label>ณวการศกษา </q-item-label>
<q-item-label
>ณวการศกษา
<q-btn flat round dense color="info" icon="info">
<q-tooltip>อมลเพมเต</q-tooltip>
</q-btn>
</q-item-label>
</q-item-section>
</q-item>
<q-item v-ripple>
@ -111,7 +118,10 @@ onMounted(() => {
</q-item-section>
<q-item-section>
<q-item-label
>ระยะเวลาขนตำในการดำรงตำแหนงในสายงานทขอเขารบการคดเลอก</q-item-label
>ระยะเวลาขนตำในการดำรงตำแหนงในสายงานทขอเขารบการคดเลอก
<q-btn flat round dense color="info" icon="info">
<q-tooltip>อมลเพมเต</q-tooltip>
</q-btn></q-item-label
>
</q-item-section>
</q-item>