Browse Source

修复无法看到草稿状态

1
mo 4 years ago
parent
commit
4b50568513
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 = {