This commit is contained in:
77
2024-05-11 01:47:53 +08:00
parent 0b5180d896
commit 29f0675fa9
6 changed files with 105 additions and 641 deletions

View File

@@ -653,6 +653,12 @@ export const userTagList = [
{ value: 2, label: '活跃',listClass: listClass.success},
]
export const openStatusList = [
{ value: 0, label: '未开始',listClass: listClass.danger},
{ value: 1, label: '已开始',listClass: listClass.success},
{ value: 2, label: '已结束',listClass: listClass.info},
]
export const professionList = [
{ value: '运动员', label: '运动员'},