เพิ่มลิ้งค์ไป ก.พ. เพื่อตรวจสอบคุณสมบัติ

This commit is contained in:
Warunee Tamkoo 2023-12-14 15:12:27 +07:00
parent 3ecffe4ce2
commit d2c5eaf924

View file

@ -19,6 +19,7 @@ import ViewStep7 from "@/modules/06_evaluate/components/viewstep/viewStep7.vue";
import { useEvaluateStore } from "@/modules/06_evaluate/store";
import { useCounterMixin } from "@/stores/mixin";
import type router from "../router";
const store = useEvaluateStore();
const mixin = useCounterMixin();
@ -26,6 +27,9 @@ const { dialogConfirm } = mixin;
const $q = useQuasar();
const externalLink =
"https://accreditation.ocsc.go.th/accreditation/search/curriculum";
function onCilckNextStep() {
store.step < 9 &&
dialogConfirm(
@ -124,7 +128,9 @@ onMounted(() => {
</div>
</div>
<div class="col-3 text-right">
<router-link to="https://accreditation.ocsc.go.th/accreditation/search/curriculum">ไปย .. เพอตรวจสอบขอม</router-link>
<q-btn :href="externalLink" target="_blank" outline color="blue" no-caps >
ไปย .. เพอตรวจสอบขอม
</q-btn>
</div>
</div>