|
|
@@ -2,7 +2,10 @@
|
|
|
<div class="flex flex-col padding">
|
|
|
<div class="flex flex-center mt-20">
|
|
|
<div class="bold font-16 grey flex-child-average text-left" style="margin-left: 50px">
|
|
|
- <span>{{folderName}}({{ folderNumber }})</span>
|
|
|
+ <div>
|
|
|
+ <el-button type='primary' class='mr-20' icon='el-icon-back' @click='this.$router.go(-1) '>返回上一层</el-button>
|
|
|
+ <span>{{folderName}}({{ folderNumber }})</span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="flex flex-center flex-child-average flex-justify-end" style="margin-right: 50px">
|
|
|
<base-button v-if='permissions.permissions.home_folder_authorize' class="mr-5" icon="User" title="授权"
|