chenrui преди 1 година
родител
ревизия
0b8dfedf84
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      src/views/productManagement/productSourcePath/list.vue

+ 1 - 2
src/views/productManagement/productSourcePath/list.vue

@@ -126,13 +126,12 @@
     <a-card size="small" :bordered="false">
       <a-spin :spinning="spinning" tip="Loading...">
         <!-- 统计 -->
-        <!-- v-if="$hasPermissions('B_productSourceImport')" -->
         <div style="display:flex;align-items:center;margin-bottom:10px;">
           <a-button
             type="primary"
             id="outboundOrder-export"
             :loading="loading"
-
+            v-if="$hasPermissions('B_productSourceImport')"
             @click="openGuideModal = true">导入</a-button>
           <div class="tongji-bar" style="margin-left:10px;">
             产品总款数:<strong>{{ totalData&&(totalData.productTypeNum || totalData.productTypeNum==0) ? totalData.productTypeNum : '0' }}</strong>;