普测测试流程

This commit is contained in:
2024-06-04 10:51:54 +08:00
parent b919fb8447
commit 031c0d178d
9 changed files with 412 additions and 498 deletions

View File

@@ -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') {