Kaynağa Gözat

修改问题

tangning 2 yıl önce
ebeveyn
işleme
78a0be541e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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),
               },
               {