diff --git a/src/route/Correction/Correction.tsx b/src/route/Correction/Correction.tsx
index f6be43b..4839419 100644
--- a/src/route/Correction/Correction.tsx
+++ b/src/route/Correction/Correction.tsx
@@ -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) =>
{text}
,
},
+ {
+ title: '产权所属者',
+ dataIndex: 'authorName',
+ align: 'center',
+ key: 'authorName',
+ render: (text) => {text}
,
+ },
{
title: '类型',
dataIndex: 'type',
@@ -151,6 +159,13 @@ export default function Correction() {
key: 'projName',
render: (text) => {text}
,
},
+ {
+ title: '产权所属者',
+ dataIndex: 'authorName',
+ align: 'center',
+ key: 'authorName',
+ render: (text) => {text}
,
+ },
{
title: '类型',
dataIndex: 'type',
@@ -241,6 +256,13 @@ export default function Correction() {
key: 'projName',
render: (text) => {text}
,
},
+ {
+ title: '产权所属者',
+ dataIndex: 'authorName',
+ align: 'center',
+ key: 'authorName',
+ render: (text) => {text}
,
+ },
{
title: '类型',
@@ -337,6 +359,13 @@ export default function Correction() {
key: 'projName',
render: (text) => {text}
,
},
+ {
+ title: '产权所属者',
+ dataIndex: 'authorName',
+ align: 'center',
+ key: 'authorName',
+ render: (text) => {text}
,
+ },
{
title: '类型',
@@ -488,6 +517,13 @@ export default function Correction() {
key: 'projName',
render: (text) => {text}
,
},
+ {
+ title: '产权所属者',
+ dataIndex: 'authorName',
+ align: 'center',
+ key: 'authorName',
+ render: (text) => {text}
,
+ },
{
title: '类型',
diff --git a/src/route/Refun/Refun.tsx b/src/route/Refun/Refun.tsx
index 1f2f647..03db840 100644
--- a/src/route/Refun/Refun.tsx
+++ b/src/route/Refun/Refun.tsx
@@ -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) => {text}
,
},
+ {
+ title: '产权所属者',
+ dataIndex: 'authorName',
+ align: 'center',
+ key: 'authorName',
+ render: (text) => {text}
,
+ },
{
title: '金额',
dataIndex: 'projPayment',
@@ -129,6 +137,13 @@ export default function Refun() {
key: 'projName',
render: (text) => {text}
,
},
+ {
+ title: '产权所属者',
+ dataIndex: 'authorName',
+ align: 'center',
+ key: 'authorName',
+ render: (text) => {text}
,
+ },
{
title: '金额',
dataIndex: 'projPayment',
@@ -218,6 +233,13 @@ export default function Refun() {
key: 'projName',
render: (text) => {text}
,
},
+ {
+ title: '产权所属者',
+ dataIndex: 'authorName',
+ align: 'center',
+ key: 'authorName',
+ render: (text) => {text}
,
+ },
{
title: '金额',
dataIndex: 'projPayment',
@@ -301,6 +323,13 @@ export default function Refun() {
key: 'projName',
render: (text) => {text}
,
},
+ {
+ title: '产权所属者',
+ dataIndex: 'authorName',
+ align: 'center',
+ key: 'authorName',
+ render: (text) => {text}
,
+ },
{
title: '金额',
dataIndex: 'projPayment',