|
|
@@ -39,6 +39,9 @@
|
|
|
<div class="flex flex-center mr-5 " style="flex: 1.2">
|
|
|
<base-button v-if='permissions.permissions.home_folder_authorize' class="mr-20" icon="User" title="批量授权"
|
|
|
type="0" @click='authorizeShow = true'/>
|
|
|
+ <base-button class="mr-5" icon="Position"
|
|
|
+ title="任务下发"
|
|
|
+ type="0" @click='showClick'/>
|
|
|
<base-button v-if='permissions.permissions.home_folder_new' icon="Plus" title="添加文件夹" type="0"
|
|
|
@click="addShow = true"/>
|
|
|
<!-- <base-button v-if='permissions.permissions.home_folders_apply' class="ml-10" icon="User" title="批量授权"/>-->
|