普测测试流程
This commit is contained in:
@@ -96,15 +96,7 @@ const getDeviceStatusType = (status: number) => {
|
||||
}
|
||||
return 'success'
|
||||
}
|
||||
// 过滤数据
|
||||
// const formatter = (row: any) => {
|
||||
// if (row.column.field == 'voltageLevel') {
|
||||
// debugger
|
||||
// return levelList.filter(item => item.id == row.cellValue)[0].name
|
||||
// } else {
|
||||
// return row.cellValue
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
const formatterSource = (row: any) => {
|
||||
if (row.column.field == 'dataSource') {
|
||||
|
||||
Reference in New Issue
Block a user