修改海南测试问题

This commit is contained in:
GGJ
2024-10-30 09:29:39 +08:00
parent 1aa7e4263b
commit 1df2b26b04
32 changed files with 469 additions and 478 deletions

View File

@@ -45,7 +45,9 @@ const tableStore = new TableStore({
url: '/user-boot/function/getButtonById',
publicHeight: 60,
column: [
{ title: '普通接口/接口名称', field: 'name' },
{ title: '普通接口/接口名称', field: 'name', formatter: row => {
return row.cellValue == 1 ? '普通接口' : '公用接口'
} },
{ title: '接口类型', field: 'type' },
{ title: 'URL接口路径', field: 'path' },
{