fix : 修改project排序抽成公共方法后,部分表格排序不显示

This commit is contained in:
zhangyu
2020-08-10 15:26:08 +08:00
parent 8c186d1da8
commit aa64e8ed8e

View File

@@ -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;
}
},