Browse Source

过滤器增加状态

wenmenghao 1 year ago
parent
commit
89c78650f2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      apps/mobile/src/components/invoice/invoiceList.vue

+ 2 - 0
apps/mobile/src/components/invoice/invoiceList.vue

@@ -63,6 +63,8 @@ export default {
         return '开票中'
         return '开票中'
       } else if (val === 1) {
       } else if (val === 1) {
         return '已开具'
         return '已开具'
+      } else if (val === 2) {
+        return '开票中'
       } else {
       } else {
         return '-'
         return '-'
       }
       }