This commit is contained in:
张良(004796)
2024-03-19 16:28:01 +08:00
parent e165f78a1c
commit c4e43bd16d
8 changed files with 667 additions and 7 deletions

View File

@@ -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},
]