Commit 423feaa9 authored by 前端-彭佳文's avatar 前端-彭佳文

Merge branch 'v2-220418' into 'v2-220418'

V2 220418 See merge request linkseeks-design/pro-platform!318
parents d4bd5793 565729c2
......@@ -39,7 +39,6 @@ const DetailLibrary: React.FC<{}> = () => {
}),
dataIndex: 'categoryName',
key: 'categoryName',
render: text => text?.name,
},
{
title: getIntl().formatMessage({
......@@ -47,7 +46,6 @@ const DetailLibrary: React.FC<{}> = () => {
}),
dataIndex: 'brandName',
key: 'brandName',
render: text => text?.name,
},
{
title: getIntl().formatMessage({
......
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