fix:status
This commit is contained in:
parent
fced27b6f5
commit
7806d56f30
2 changed files with 12 additions and 4 deletions
|
|
@ -1302,7 +1302,11 @@ onMounted(async () => {
|
|||
/>
|
||||
</q-td>
|
||||
|
||||
<q-td key="highDegree" :props="props" class="q-col-gutter-sm">
|
||||
<q-td
|
||||
key="highDegree"
|
||||
:props="props"
|
||||
class="q-col-gutter-sm"
|
||||
>
|
||||
<div class="col-12">
|
||||
<q-radio
|
||||
dense
|
||||
|
|
@ -1403,7 +1407,11 @@ onMounted(async () => {
|
|||
</template>
|
||||
</selector>
|
||||
</q-td>
|
||||
<q-td key="educational" :props="props" class="q-col-gutter-sm">
|
||||
<q-td
|
||||
key="educational"
|
||||
:props="props"
|
||||
class="q-col-gutter-sm"
|
||||
>
|
||||
<div class="col-12">
|
||||
<q-radio
|
||||
dense
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue