优化资金审核与流水展示

This commit is contained in:
yml2213
2026-08-21 12:54:44 +08:00
parent 1090bd691b
commit b2a1ac3db1
8 changed files with 129 additions and 59 deletions
@@ -420,8 +420,8 @@ export default function WorkerProfilePage() {
render: (_, row) => (
<div className="cell-stack">
<Typography.Text>{row.note || '-'}</Typography.Text>
{row.relatedWorkOrderId ? (
<Typography.Text type="secondary"> #{row.relatedWorkOrderId}</Typography.Text>
{row.relatedPlatformOrderId ? (
<Typography.Text type="secondary"> {row.relatedPlatformOrderId}</Typography.Text>
) : null}
</div>
),
@@ -841,9 +841,9 @@ export default function WorkerProfilePage() {
{row.note ? (
<div className="worker-profile-record-note">: {row.note}</div>
) : null}
{row.relatedWorkOrderId ? (
{row.relatedPlatformOrderId ? (
<div className="worker-profile-record-sub">
#{row.relatedWorkOrderId}
{row.relatedPlatformOrderId}
</div>
) : null}
<div className="worker-profile-record-time">