เพิ่มลิ้งค์ไป ก.พ. เพื่อตรวจสอบคุณสมบัติ
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 { 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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue