屏蔽补充资料

This commit is contained in:
lyp 2025-06-04 18:21:42 +08:00
parent 2e456a6b1d
commit e1f0a91b86
2 changed files with 8 additions and 8 deletions

View File

@ -88,7 +88,7 @@ export default function OrderDetailModal(props: any) {
{
key: 'copyright',
title: '著作权人信息 ',
className: activeKey === 'copyright' ? 'orderDetailTop-title tapActive' : 'orderDetailTop-title'
className: activeKey === 'copyright' ? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight'
}
: {}),
(
@ -96,7 +96,7 @@ export default function OrderDetailModal(props: any) {
{
key: 'authorize',
title: '受让人信息',
className: activeKey == 'authorize' ? 'orderDetailTop-title tapActive' : 'orderDetailTop-title'
className: activeKey == 'authorize' ? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight'
}
: {}
),
@ -107,11 +107,11 @@ export default function OrderDetailModal(props: any) {
// className: activeKey == 'file'? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight'
// }:{}
// )
{
key: 'file',
title: '资料补充',
className: activeKey == 'file' ? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight'
},
// {
// key: 'file',
// title: '资料补充',
// className: activeKey == 'file' ? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight'
// },
// {
// key: 'result',
// title: '过户结果',

View File

@ -146,7 +146,7 @@ export default function File(props: any) {
const getSupplementDetail = async (id: string) => {
try {
const res: any = await supplementDetail(id)
// console.log(res);
console.log(res);
setDetailData(res)
await getFileTypeByIdsArray(res.correctionFiles)