Skip to content

Commit

Permalink
fix: 去掉renderer导致的导出异常
Browse files Browse the repository at this point in the history
  • Loading branch information
tingfuyeh committed Dec 4, 2024
1 parent 3537658 commit e433d3e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/src/polaris/service/detail/interface/csvColumns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@ export default [
{
key: 'path',
name: '路径',
renderer: x => x.path,
},
{
key: 'method',
name: '方法',
renderer: x => x.method,
},
{
key: 'status',
name: '状态',
renderer: x => x.status,
},
{
key: 'protocol',
name: '协议',
renderer: x => x.protocol,
},
]

0 comments on commit e433d3e

Please sign in to comment.