init
This commit is contained in:
@@ -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},
|
||||
]
|
||||
|
||||
/**
|
||||
* 开启视频接听
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user