forked from Gitlink/forgeplus-react
样式优化、路由修复
This commit is contained in:
parent
830b96cdc9
commit
9ed4e94d3b
|
|
@ -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'
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue