历史趋势添加值类型
This commit is contained in:
@@ -48,7 +48,7 @@ const tableStore = new TableStore({
|
||||
title: '接口类型',
|
||||
field: 'type',
|
||||
formatter: row => {
|
||||
return row.cellValue == 1 ? '普通借口' : '公用接口'
|
||||
return row.cellValue == 1 ? '普通接口' : '公用接口'
|
||||
}
|
||||
},
|
||||
{ title: 'URL接口路径', field: 'path' },
|
||||
|
||||
Reference in New Issue
Block a user