|
@@ -61,7 +61,15 @@
|
|
|
:options="filteredStudents"
|
|
:options="filteredStudents"
|
|
|
:rules="[inputRules.required]"
|
|
:rules="[inputRules.required]"
|
|
|
@filter="filterStudents"
|
|
@filter="filterStudents"
|
|
|
- />
|
|
|
|
|
|
|
+ >
|
|
|
|
|
+ <template #no-option>
|
|
|
|
|
+ <q-item>
|
|
|
|
|
+ <q-item-section class="text-grey">
|
|
|
|
|
+ {{ $t("http.errors.no_records_found") }}
|
|
|
|
|
+ </q-item-section>
|
|
|
|
|
+ </q-item>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </DefaultSelect>
|
|
|
|
|
|
|
|
<div v-if="canAddStudents" class="col-auto">
|
|
<div v-if="canAddStudents" class="col-auto">
|
|
|
<q-btn
|
|
<q-btn
|