init
This commit is contained in:
@@ -314,3 +314,10 @@ export const sensitiveTypeList = [
|
||||
{ value: 2, label: '黑名单', listClass: listClass.danger},
|
||||
]
|
||||
|
||||
// 1-生效 2-过期 3-待生效
|
||||
|
||||
export const topStatusList = [
|
||||
{ value: 1, label: '生效', listClass: listClass.primary},
|
||||
{ value: 2, label: '过期', listClass: listClass.info},
|
||||
{ value: 3, label: '待生效', listClass: listClass.warning},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user