소스 검색

修改bug

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>;