เพิ่มลิ้งค์ไป ก.พ. เพื่อตรวจสอบคุณสมบัติ
This commit is contained in:
parent
3ecffe4ce2
commit
d2c5eaf924
1 changed files with 7 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ import ViewStep7 from "@/modules/06_evaluate/components/viewstep/viewStep7.vue";
|
||||||
|
|
||||||
import { useEvaluateStore } from "@/modules/06_evaluate/store";
|
import { useEvaluateStore } from "@/modules/06_evaluate/store";
|
||||||
import { useCounterMixin } from "@/stores/mixin";
|
import { useCounterMixin } from "@/stores/mixin";
|
||||||
|
import type router from "../router";
|
||||||
|
|
||||||
const store = useEvaluateStore();
|
const store = useEvaluateStore();
|
||||||
const mixin = useCounterMixin();
|
const mixin = useCounterMixin();
|
||||||
|
|
@ -26,6 +27,9 @@ const { dialogConfirm } = mixin;
|
||||||
|
|
||||||
const $q = useQuasar();
|
const $q = useQuasar();
|
||||||
|
|
||||||
|
const externalLink =
|
||||||
|
"https://accreditation.ocsc.go.th/accreditation/search/curriculum";
|
||||||
|
|
||||||
function onCilckNextStep() {
|
function onCilckNextStep() {
|
||||||
store.step < 9 &&
|
store.step < 9 &&
|
||||||
dialogConfirm(
|
dialogConfirm(
|
||||||
|
|
@ -124,7 +128,9 @@ onMounted(() => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-3 text-right">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue