diff --git a/src/components/DataPreview/financial/closing/index.tsx b/src/components/DataPreview/financial/closing/index.tsx index b2b15ec803566343dff6d6f3d8f3f7ba09b1202b..a11c502568e33571a614d192436b964ff44ffde1 100644 --- a/src/components/DataPreview/financial/closing/index.tsx +++ b/src/components/DataPreview/financial/closing/index.tsx @@ -317,7 +317,8 @@ export const Closing: React.FC = ({ financial, current }) => { title: '对账状态', align: 'center', dataIndex: 'balanced', - render: (value) => { + render: (value, row) => { + value= row.assetEndAmount === row.financialAmount return value ? ( ) : (