Browse Source

Merge branch '0609getMusicFee' into test

mo 4 years ago
parent
commit
6288a5802e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/constant/index.js

+ 2 - 1
src/constant/index.js

@@ -105,7 +105,8 @@ export const auditType = {
   NO: '未开启缴费',
   OPEN: '开启缴费',
   OVER: '缴费已结束',
-  PAID: '已缴费'
+  PAID: '已缴费',
+  DRAFT:'编辑中'
 }
 
 export const auditPaymentType = {