mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 17:32:18 +00:00
wip add new abgabe wizard
This commit is contained in:
@@ -25,6 +25,7 @@ export const AbgabeMitarbeiterDetail = {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
sdModel: [],
|
||||
eidAkzeptiert: false,
|
||||
enduploadTermin: null,
|
||||
allActiveLanguages: FHC_JS_DATA_STORAGE_OBJECT.server_languages,
|
||||
@@ -323,17 +324,6 @@ export const AbgabeMitarbeiterDetail = {
|
||||
</template>
|
||||
</bs-modal>
|
||||
|
||||
<SpeedDial
|
||||
@click="openCreateNewAbgabeModal"
|
||||
:model="[]"
|
||||
direction="up"
|
||||
type="linear"
|
||||
showIcon="pi pi-plus"
|
||||
hideIcon="pi pi-plus"
|
||||
:visible="true"
|
||||
:style="getSpeedDialStyle"
|
||||
/>
|
||||
|
||||
<div v-if="projektarbeit">
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user