@@ -83,8 +83,20 @@ export default defineComponent({
key: 'phone'
},
{
+ title: '异常类型',
+ key: 'exceptionType',
+ render(row: any) {
+ return <div>{getMapValueByKey(row.exceptionType, new Map(Object.entries(exceptionType)))}</div>
+ }
+ },
+ {
title: '客户端信息',
- key: 'userAgent'
+ key: 'userAgent',
+ return (
+ <TheTooltip showContentWidth={280} content={row.userAgent}/>
+ )
title: '应用类型',