历史趋势添加值类型

This commit is contained in:
GGJ
2024-10-24 19:39:15 +08:00
parent f74634de71
commit abac6bd5f4
5 changed files with 23 additions and 6 deletions

View File

@@ -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' },