Add files via upload (#1615)

This commit is contained in:
niubility000 2021-10-24 17:35:29 +08:00 committed by GitHub
parent f09bf3e1d0
commit 6cb51b4eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 9 deletions

View File

@ -4,15 +4,13 @@
<action icon="close" :label="$t('buttons.close')" @action="close()" /> <action icon="close" :label="$t('buttons.close')" @action="close()" />
<title>{{ req.name }}</title> <title>{{ req.name }}</title>
<template #actions> <action
<action v-if="user.perm.modify"
v-if="user.perm.modify" id="save-button"
id="save-button" icon="save"
icon="save" :label="$t('buttons.save')"
:label="$t('buttons.save')" @action="save()"
@action="save()" />
/>
</template>
</header-bar> </header-bar>
<breadcrumbs base="/files" noLink /> <breadcrumbs base="/files" noLink />