เพิ่มบรรทัด เพิ่มคำ ตำแหน่ง.. ใน ExamDetail.vue
This commit is contained in:
parent
fc0b69bd24
commit
8d53b576e2
1 changed files with 4 additions and 1 deletions
|
|
@ -1,7 +1,10 @@
|
||||||
<!-- page:detail page รายการสอบทั้งหมด -->
|
<!-- page:detail page รายการสอบทั้งหมด -->
|
||||||
<template>
|
<template>
|
||||||
<q-toolbar class="q-pa-sm text-center">
|
<q-toolbar class="q-pa-sm text-center">
|
||||||
<q-toolbar-title class="text-dark"> {{ tittle }} {{ position }} </q-toolbar-title>
|
<q-toolbar-title class="text-dark">
|
||||||
|
{{ tittle }}
|
||||||
|
<div class="text-light">ตำแหน่ง.. {{ position }}</div>
|
||||||
|
</q-toolbar-title>
|
||||||
</q-toolbar>
|
</q-toolbar>
|
||||||
<q-stepper
|
<q-stepper
|
||||||
v-model="step"
|
v-model="step"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue