init
This commit is contained in:
@@ -484,7 +484,7 @@ export const payStatusList = [
|
||||
]
|
||||
|
||||
export const platformTypeList = [
|
||||
{ value: "ADMIN", label: '后台管理操作',listClass: listClass.danger},
|
||||
{ value: "ADMIN", label: '后台操作',listClass: listClass.danger},
|
||||
{ value: "WX", label: '微信',listClass: listClass.success},
|
||||
{ value: "ALI", label: '支付宝',listClass: listClass.primary},
|
||||
{ value: "SYS", label: '系统操作',listClass: listClass.info},
|
||||
@@ -544,7 +544,7 @@ export const reportStatusList = [
|
||||
export const wxTransOrderSourceList = [
|
||||
{ value: 1, label: '订单',listClass: listClass.primary},
|
||||
{ value: 2, label: 'VIP赠送',listClass: listClass.warning},
|
||||
{ value: 3, label: '后台管理新增',listClass: listClass.danger},
|
||||
{ value: 3, label: '后台新增',listClass: listClass.danger},
|
||||
]
|
||||
|
||||
export const consumeLogTypeList = [
|
||||
|
||||
Reference in New Issue
Block a user