样式优化、路由修复

This commit is contained in:
黄心宇 2025-06-11 14:28:12 +08:00
parent 830b96cdc9
commit 9ed4e94d3b
2 changed files with 6 additions and 1 deletions

View File

@ -31,6 +31,8 @@ function CallTable(props){
{
title: "方法名",
dataIndex: "function",
ellipsis:true,
width: '150px'
},
{
title: "方法位置",
@ -40,14 +42,17 @@ function CallTable(props){
{text}
</span> : text
),
width: '400px'
},
{
title: "调用方法数",
dataIndex: "call_count",
width: '120px'
},
{
title: "被调用次数",
dataIndex: "called_count",
width: '120px'
},
];

View File

@ -321,7 +321,7 @@ function IssueList(props) {
const toDetail = (e) => {
history.push({
pathname: `/${owner}/${projectsId}/service/quality/detail`,
pathname: `/${owner}/${projectsId}/quality/detail`,
state: {
baseInfo,
selectedIssue: e