diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/confirmationDrawer.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/confirmationDrawer.vue new file mode 100644 index 000000000..3d1729b03 --- /dev/null +++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/confirmationDrawer.vue @@ -0,0 +1,212 @@ + + + + + {{$t('Listoftreatableregulations')}} + + + + + + + + {{$t('Listofuntractableregulations')}} + + + + + + + + {{titlename == 1 ? this.$t('Taskconfirmationresult'): this.$t('Compliancetaskhandling')}} + + + + {{$t('resultofhandling')}} + + + + + {{$t('accept')}} + + + {{$t('refuse')}} + + + + + + + {{$t('feedbackMessage')}} + + + + + + + + {{$t('enclosure')}} + + + {{$t('uploadattachment')}} + + + + + {{$t('cancel')}} + {{$t('determine')}} + + + + + + + \ No newline at end of file