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),
               },
               {