Explorar o código

过滤器增加状态

wenmenghao hai 1 ano
pai
achega
89c78650f2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 '开票中'
       } else if (val === 1) {
         return '已开具'
+      } else if (val === 2) {
+        return '开票中'
       } else {
         return '-'
       }