xw 1 周之前
父節點
當前提交
72f0d50777

+ 1 - 1
src/views/qw/externalContactTransferLog/deptTransferLogIndex.vue

@@ -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">

+ 1 - 1
src/views/qw/externalContactTransferLog/index.vue

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

+ 1 - 1
src/views/qw/externalContactTransferLog/my.vue

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