This commit is contained in:
dute7liang
2024-01-01 19:47:51 +08:00
parent 378551aa98
commit ecb1f153b3
7 changed files with 316 additions and 3 deletions

View File

@@ -110,6 +110,12 @@ export const anchorApplyStatus = [
{ value: 3, label: '审核通过',listClass: listClass.primary},
]
export const auditStatusList = [
{ value: 1, label: '审核中',listClass: listClass.info},
{ value: 2, label: '审核不通过',listClass: listClass.danger},
{ value: 3, label: '审核通过',listClass: listClass.primary},
]
/**
* 开启视频接听
*/