From f4a512e83ec39780d7c42a40e3f52105a4f84317 Mon Sep 17 00:00:00 2001 From: xixi <123@qq.com> Date: Mon, 14 Oct 2024 16:06:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=A7=E6=9D=83=E6=89=80?= =?UTF-8?q?=E5=B1=9E=E8=80=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/route/Correction/Correction.tsx | 36 +++++++++++++++++++++++++++++ src/route/Refun/Refun.tsx | 29 +++++++++++++++++++++++ 2 files changed, 65 insertions(+) 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',