tangning 1 năm trước cách đây
mục cha
commit
af74978ecd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/work/followedList.vue

+ 1 - 1
src/views/work/followedList.vue

@@ -63,7 +63,7 @@
               },
               {
                 label: '开票信息',
-                ifShow: getCheckPerm('work_invoice') && (record.warrantyType == 1 || record.warrantyType == 2) && record.invoiceOpenStatus == 0,
+                ifShow: getCheckPerm('work_invoice') && (record.warrantyType == 1 || record.warrantyType == 2) && record.invoiceOpenStatus != 1,
                 onClick: handleInvoice.bind(null, record),
               },
               {