tangning hace 2 años
padre
commit
78a0be541e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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),
               },
               {