Commit 906ad613 by zhaochengxiang

bug fix

parent cee11d0e
......@@ -451,7 +451,6 @@ const AssetAction = (props) => {
type: 'dataAsset',
id: assets?.id,
did: dirId,
readonly: reference!==AssetManageReference
}}
/>
</Descriptions.Item>
......
......@@ -237,13 +237,13 @@ const FC = (props) => {
},
{
title: '任务编号',
dataIndex: 'taskN0',
dataIndex: 'taskNO',
ellipsis: true,
width: 120,
render: (_, record) => <a onClick={() => {
window.open(`/center-home/menu/task-manage?id=${record.resourceExtraAttribute?.taskN0}`)
window.open(`/center-home/menu/task-manage?id=${record.resourceExtraAttribute?.taskNO}`)
}}>
{record.resourceExtraAttribute?.taskN0}
{record.resourceExtraAttribute?.taskNO}
</a>
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment