This commit is contained in:
dute7liang
2024-01-18 21:55:56 +08:00
parent e0b567de79
commit d5a1d0d253
2 changed files with 27 additions and 42 deletions

View File

@@ -224,3 +224,8 @@ export const userCallStatusList = [
{ value: 7, label: '已接听', listClass: listClass.primary},
{ value: 8, label: '通话结束', listClass: listClass.primary},
]
export const forbidStatusList = [
{ value: 1, label: '封禁中',listClass: listClass.danger},
{ value: 2, label: '已解封',listClass: listClass.primary},
]