Commit 906ad613 by zhaochengxiang

bug fix

parent cee11d0e
...@@ -451,7 +451,6 @@ const AssetAction = (props) => { ...@@ -451,7 +451,6 @@ const AssetAction = (props) => {
type: 'dataAsset', type: 'dataAsset',
id: assets?.id, id: assets?.id,
did: dirId, did: dirId,
readonly: reference!==AssetManageReference
}} }}
/> />
</Descriptions.Item> </Descriptions.Item>
......
...@@ -237,13 +237,13 @@ const FC = (props) => { ...@@ -237,13 +237,13 @@ const FC = (props) => {
}, },
{ {
title: '任务编号', title: '任务编号',
dataIndex: 'taskN0', dataIndex: 'taskNO',
ellipsis: true, ellipsis: true,
width: 120, width: 120,
render: (_, record) => <a onClick={() => { 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> </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