guhongwei 4 năm trước cách đây
mục cha
commit
545c2bfdf6
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      dict/couindex.js

+ 9 - 0
dict/couindex.js

@@ -30,6 +30,7 @@ export const isuse = [
 export const iscashing = [
   { label: '未兑付', value: '0' },
   { label: '已兑付', value: '1' },
+  // { label: '已兑付', value: '2' },
 ];
 // 状态
 export const declareStatus = [
@@ -46,3 +47,11 @@ export const rewardStatus = [
   { label: '通过', value: '1' },
   { label: '拒绝', value: '-1' },
 ];
+
+// 兑付
+// 状态
+export const cashStatus = [
+  { label: '待审中', value: '0' },
+  { label: '通过', value: '1' },
+  { label: '拒绝', value: '-1' },
+];