init
This commit is contained in:
@@ -142,12 +142,6 @@ export const reportTypeList = [
|
||||
{ value: 4, label: 'IM页面'},
|
||||
]
|
||||
|
||||
export const reportStatusList = [
|
||||
{ value: 0, label: '未处理',listClass: listClass.danger},
|
||||
{ value: 1, label: '已处理',listClass: listClass.primary},
|
||||
]
|
||||
|
||||
|
||||
export const platformTypeList = [
|
||||
{ value: '1', label: '支付宝',listClass: listClass.primary},
|
||||
{ value: '2', label: '微信',listClass: listClass.danger},
|
||||
@@ -544,3 +538,16 @@ export const userAuthAuditTypeList = [
|
||||
{ value: 'house', label: '房子认证',listClass: listClass.primary},
|
||||
{ value: 'marriage', label: '婚况认证',listClass: listClass.primary},
|
||||
]
|
||||
|
||||
|
||||
export const areaCodeLevelList = [
|
||||
{ value: 'country', label: '国家',listClass: listClass.primary},
|
||||
{ value: 'province', label: '省',listClass: listClass.primary},
|
||||
{ value: 'city', label: '市',listClass: listClass.danger},
|
||||
{ value: 'district', label: '区',listClass: listClass.info},
|
||||
]
|
||||
|
||||
export const reportStatusList = [
|
||||
{ value: 0, label: '未处理',listClass: listClass.danger},
|
||||
{ value: 1, label: '已处理',listClass: listClass.primary},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user