添加产权所属者
This commit is contained in:
parent
6a503389f9
commit
f4a512e83e
@ -30,6 +30,7 @@ interface DataType {
|
||||
applyStatus: string;//审核状态
|
||||
correctionVoucherFileKVs: any //补正凭证
|
||||
projCorrectionApplyId: string
|
||||
authorName:string;
|
||||
}
|
||||
import revokeImg from '../../static/revoke.png'
|
||||
// import { useLocation } from 'react-router-dom'
|
||||
@ -72,6 +73,13 @@ export default function Correction() {
|
||||
key: 'projName',
|
||||
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: '类型',
|
||||
dataIndex: 'type',
|
||||
@ -151,6 +159,13 @@ export default function Correction() {
|
||||
key: 'projName',
|
||||
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: '类型',
|
||||
dataIndex: 'type',
|
||||
@ -241,6 +256,13 @@ export default function Correction() {
|
||||
key: 'projName',
|
||||
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: '类型',
|
||||
@ -337,6 +359,13 @@ export default function Correction() {
|
||||
key: 'projName',
|
||||
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: '类型',
|
||||
@ -488,6 +517,13 @@ export default function Correction() {
|
||||
key: 'projName',
|
||||
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: '类型',
|
||||
|
@ -21,6 +21,7 @@ interface DataType {
|
||||
applyStatus: string;
|
||||
reviewReason: string;
|
||||
projId: string;
|
||||
authorName:string;
|
||||
}
|
||||
import revokeImg from '../../static/revoke.png'
|
||||
export default function Refun() {
|
||||
@ -55,6 +56,13 @@ export default function Refun() {
|
||||
key: 'projName',
|
||||
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: '金额',
|
||||
dataIndex: 'projPayment',
|
||||
@ -129,6 +137,13 @@ export default function Refun() {
|
||||
key: 'projName',
|
||||
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: '金额',
|
||||
dataIndex: 'projPayment',
|
||||
@ -218,6 +233,13 @@ export default function Refun() {
|
||||
key: 'projName',
|
||||
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: '金额',
|
||||
dataIndex: 'projPayment',
|
||||
@ -301,6 +323,13 @@ export default function Refun() {
|
||||
key: 'projName',
|
||||
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: '金额',
|
||||
dataIndex: 'projPayment',
|
||||
|
Loading…
Reference in New Issue
Block a user