Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaochengxiang
szse
Commits
5ce06287
Commit
5ce06287
authored
Aug 05, 2024
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化意见
parent
7ba52688
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
result-detail.jsx
src/view/Manage/ModelCompare/result-detail.jsx
+14
-2
No files found.
src/view/Manage/ModelCompare/result-detail.jsx
View file @
5ce06287
...
...
@@ -222,6 +222,10 @@ const ModelList = ({ visible, item, type, onCancel }) => {
)
}
},
{
title
:
'操作人'
,
dataIndex
:
'operationUserName'
,
},
]
const
getList
=
()
=>
{
...
...
@@ -380,8 +384,12 @@ const PerfectMatch = ({ item }) => {
render: (_, record) => record.modelModifiedTs?new Date(record.modelModifiedTs).toLocaleString():''
},
{
title: '模型对比前状态',
dataIndex: 'originalModelStatusName',
},
{
title: '模型状态',
dataIndex: '
m
odelStatusName',
dataIndex: '
processedM
odelStatusName',
},
{
title: '元数据路径',
...
...
@@ -637,8 +645,12 @@ const PartialMatch = ({ item }) => {
render: (_, record) => record.modelModifiedTs?new Date(record.modelModifiedTs).toLocaleString():''
},
{
title: '模型对比前状态',
dataIndex: 'originalModelStatusName',
},
{
title: '模型状态',
dataIndex: '
m
odelStatusName',
dataIndex: '
processedM
odelStatusName',
},
{
title: '元数据路径',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment