添加产权所属者

This commit is contained in:
xixi 2024-10-14 16:06:13 +08:00
parent 6a503389f9
commit f4a512e83e
2 changed files with 65 additions and 0 deletions

View File

@ -30,6 +30,7 @@ interface DataType {
applyStatus: string;//审核状态 applyStatus: string;//审核状态
correctionVoucherFileKVs: any //补正凭证 correctionVoucherFileKVs: any //补正凭证
projCorrectionApplyId: string projCorrectionApplyId: string
authorName:string;
} }
import revokeImg from '../../static/revoke.png' import revokeImg from '../../static/revoke.png'
// import { useLocation } from 'react-router-dom' // import { useLocation } from 'react-router-dom'
@ -72,6 +73,13 @@ export default function Correction() {
key: 'projName', key: 'projName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>, render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
}, },
{
title: '产权所属者',
dataIndex: 'authorName',
align: 'center',
key: 'authorName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
},
{ {
title: '类型', title: '类型',
dataIndex: 'type', dataIndex: 'type',
@ -151,6 +159,13 @@ export default function Correction() {
key: 'projName', key: 'projName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>, render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
}, },
{
title: '产权所属者',
dataIndex: 'authorName',
align: 'center',
key: 'authorName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
},
{ {
title: '类型', title: '类型',
dataIndex: 'type', dataIndex: 'type',
@ -241,6 +256,13 @@ export default function Correction() {
key: 'projName', key: 'projName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>, render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
}, },
{
title: '产权所属者',
dataIndex: 'authorName',
align: 'center',
key: 'authorName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
},
{ {
title: '类型', title: '类型',
@ -337,6 +359,13 @@ export default function Correction() {
key: 'projName', key: 'projName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>, render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
}, },
{
title: '产权所属者',
dataIndex: 'authorName',
align: 'center',
key: 'authorName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
},
{ {
title: '类型', title: '类型',
@ -488,6 +517,13 @@ export default function Correction() {
key: 'projName', key: 'projName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>, render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
}, },
{
title: '产权所属者',
dataIndex: 'authorName',
align: 'center',
key: 'authorName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
},
{ {
title: '类型', title: '类型',

View File

@ -21,6 +21,7 @@ interface DataType {
applyStatus: string; applyStatus: string;
reviewReason: string; reviewReason: string;
projId: string; projId: string;
authorName:string;
} }
import revokeImg from '../../static/revoke.png' import revokeImg from '../../static/revoke.png'
export default function Refun() { export default function Refun() {
@ -55,6 +56,13 @@ export default function Refun() {
key: 'projName', key: 'projName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>, render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
}, },
{
title: '产权所属者',
dataIndex: 'authorName',
align: 'center',
key: 'authorName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
},
{ {
title: '金额', title: '金额',
dataIndex: 'projPayment', dataIndex: 'projPayment',
@ -129,6 +137,13 @@ export default function Refun() {
key: 'projName', key: 'projName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>, render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
}, },
{
title: '产权所属者',
dataIndex: 'authorName',
align: 'center',
key: 'authorName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
},
{ {
title: '金额', title: '金额',
dataIndex: 'projPayment', dataIndex: 'projPayment',
@ -218,6 +233,13 @@ export default function Refun() {
key: 'projName', key: 'projName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>, render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
}, },
{
title: '产权所属者',
dataIndex: 'authorName',
align: 'center',
key: 'authorName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
},
{ {
title: '金额', title: '金额',
dataIndex: 'projPayment', dataIndex: 'projPayment',
@ -301,6 +323,13 @@ export default function Refun() {
key: 'projName', key: 'projName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>, render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
}, },
{
title: '产权所属者',
dataIndex: 'authorName',
align: 'center',
key: 'authorName',
render: (text) => <div className='ellipsis-text' title={text}>{text}</div>,
},
{ {
title: '金额', title: '金额',
dataIndex: 'projPayment', dataIndex: 'projPayment',