소스 검색

修改问题

tangning 2 년 전
부모
커밋
78a0be541e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/invoice/index.vue

+ 1 - 1
src/views/invoice/index.vue

@@ -11,7 +11,7 @@
               {
                 label: '开票登记',
                 //icon: 'la:file-invoice-dollar',
-                ifShow:record.status==0,
+                ifShow:getCheckPerm('invoice-checkin') && record.status==0,
                 onClick: handleInvoice.bind(null, record),
               },
               {