This commit is contained in:
77
2024-04-27 02:11:16 +08:00
parent 55aa82c9a3
commit e12d71263d
4 changed files with 55 additions and 24 deletions

View File

@@ -454,6 +454,22 @@ export const userAuthStatusList = [
{ value: 3, label: '审核不通过',listClass: listClass.danger},
]
export const userFilterCarStatusList = [
{ value: 1, label: '要求经济型以上配置车辆'},
{ value: 2, label: '要求中档型以上配置车辆'},
{ value: 3, label: '要求豪车型车辆'},
]
export const userFilterChildStatusList = [
{ value: 1, label: '只接受无小孩'},
{ value: 2, label: '不介意小孩,但不能住一起'},
]
export const userFilterHouseStatusList = [
{ value: 1, label: '必须有房无贷款'},
{ value: 2, label: '必须有房(不介意贷款)'},
]
// 1-正常 2-已过期 3-已取消
export const userVipStatusList = [