|
|
|
@ -36,6 +36,9 @@ |
|
|
|
|
type="black" |
|
|
|
|
@click="exportToDocuments" |
|
|
|
|
/> |
|
|
|
|
<StudentViewButton |
|
|
|
|
class="mb-2 mr-2" |
|
|
|
|
/> |
|
|
|
|
</ButtonToolbar> |
|
|
|
|
|
|
|
|
|
<BaseInputText |
|
|
|
@ -102,6 +105,7 @@ import { useCidReq } from "../../composables/cidReq" |
|
|
|
|
import glossaryService from "../../services/glossaryService" |
|
|
|
|
import { useNotification } from "../../composables/notification" |
|
|
|
|
import BaseDialogDelete from "../../components/basecomponents/BaseDialogDelete.vue" |
|
|
|
|
import StudentViewButton from "../../components/StudentViewButton.vue"; |
|
|
|
|
|
|
|
|
|
const store = useStore() |
|
|
|
|
const route = useRoute() |
|
|
|
|