feat: new

This commit is contained in:
ex_zhangwenlei@exiot.cmcc
2024-01-08 00:48:54 +08:00
parent 18c5429b58
commit bea54865ea
30 changed files with 1149 additions and 373 deletions

View File

@@ -8,3 +8,4 @@ export const extractFields = (data: any) => {
return keys.map(key => ({label:key,value:true}));
}
};