เพิ่มเงื่อนไขแสดงลิ้งค์ไปยัง กพ.
This commit is contained in:
parent
7dec131485
commit
515eac4cee
1 changed files with 20 additions and 2 deletions
|
|
@ -26,6 +26,9 @@ const { dialogConfirm } = mixin;
|
|||
|
||||
const $q = useQuasar();
|
||||
|
||||
const externalLink =
|
||||
"https://accreditation.ocsc.go.th/accreditation/search/curriculum";
|
||||
|
||||
function onCilckNextStep() {
|
||||
store.step < 9 &&
|
||||
dialogConfirm(
|
||||
|
|
@ -63,8 +66,23 @@ onMounted(() => {
|
|||
</div>
|
||||
|
||||
<div class="col-xs-12 col-sm-9">
|
||||
<div class="toptitle">
|
||||
{{ store.step }}.{{ store.titel[store.step - 1] }}
|
||||
<div class="col-12 row">
|
||||
<div class="col-9">
|
||||
<div class="toptitle">
|
||||
{{ store.step }}.{{ store.titel[store.step - 1] }}
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="store.step === 1" class="col-3 text-right">
|
||||
<q-btn
|
||||
:href="externalLink"
|
||||
target="_blank"
|
||||
outline
|
||||
color="blue"
|
||||
no-caps
|
||||
>
|
||||
ไปยัง ก.พ. เพื่อตรวจสอบข้อมูล
|
||||
</q-btn>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row q-col-gutter-md col-12">
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue