@@ -59,7 +59,7 @@
size="mini"
:loading="exportLoading"
@click="handleExport"
- <!-- v-hasPermi="['qw:externalContactTransferLog:export']" -->
+ v-hasPermi="['qw:externalContactTransferLog:export']"
>导出</el-button>
</el-col>
<el-col :span="1.5">
@@ -71,7 +71,7 @@
@click="snyc"
- v-hasPermi="['qw:externalContactTransferLog:snyc']"
+ <!-- v-hasPermi="['qw:externalContactTransferLog:snyc']" -->
>同步</el-button>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>