+
+
+
+ {{ t('Download file') }}
+
+ {
+ documentDialogRef.show = true;
+ documentDialogRef.dms = data.dms;
+ }
+ "
+ icon="edit"
+ color="primary"
+ flat
+ :class="{
+ 'no-pointer-events': editDownloadDisabled,
+ }"
+ padding="xs"
+ round
+ >
+ {{ t('Edit document') }}
+
+
+ {{ t('Delete file') }}
+
+
+
{
+ documentDialogRef.show = true;
+ delete documentDialogRef.dms;
+ }
+ "
+ data-cy="dms-create"
+ >
+ {{ t('Create document') }}
+
+
+