소스 검색

不显示允许打印按钮

chenrui 2 년 전
부모
커밋
ab3127f2a3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/allocationManagement/transferOut/list.vue

+ 2 - 2
src/views/allocationManagement/transferOut/list.vue

@@ -132,13 +132,13 @@
         </template>
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">
-          <a-button
+          <!-- <a-button
             size="small"
             type="link"
             v-if="record.state == 'WAIT_AUDIT' && record.printState!='UNABLE_PRINT' && record.printState!='NO_PRINT' && $hasPermissions('B_tfo_yxPrint')"
             class="button-warning"
             @click="handleYxPrint(record)"
-            id="allocateBillList-examine-btn">允许打印</a-button>
+            id="allocateBillList-examine-btn">允许打印</a-button> -->
           <a-button
             size="small"
             type="link"