fix : 修改project排序抽成公共方法后,部分表格排序不显示
This commit is contained in:
@@ -527,8 +527,13 @@ export const tableSet = {
|
||||
case 'alertName':
|
||||
case 'threshold':
|
||||
case 'idc':
|
||||
case 'state': if(from === 'project' || from === 'endpointTab' || from === 'operationlog'){return false}
|
||||
return'custom';
|
||||
case 'state':
|
||||
if(from === 'project' || from === 'endpointTab' || from === 'operationlog'){
|
||||
return false
|
||||
}else{
|
||||
return'custom'
|
||||
}
|
||||
default : return false;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user