lrf402788946 4 years ago
parent
commit
799a8b5bc5
1 changed files with 3 additions and 3 deletions
  1. 3 3
      dict/index.js

+ 3 - 3
dict/index.js

@@ -25,11 +25,11 @@ export const policyStatus = [
 ];
 
 export const ticketType = [
-  { label: '待资质审核', value: '0' },
+  { label: '资质审查中', value: '0' },
   { label: '准备订单', value: '1' },
-  { label: '资质审失败', value: '-1' },
+  { label: '资质审失败', value: '-1' },
   { label: '待中介审核', value: '2' },
   { label: '订单入库', value: '3' },
-  { label: '中介机构审核失败', value: '-3' },
+  { label: '信息资料审查失败', value: '-3' },
   { label: '创新劵领取成功', value: '4' },
 ];