diff --git a/src/pages/stock/AllowanceConfirm/EditComfirm/components/WaitConfirmList.tsx b/src/pages/stock/AllowanceConfirm/EditComfirm/components/WaitConfirmList.tsx index e19b449..045f189 100644 --- a/src/pages/stock/AllowanceConfirm/EditComfirm/components/WaitConfirmList.tsx +++ b/src/pages/stock/AllowanceConfirm/EditComfirm/components/WaitConfirmList.tsx @@ -170,9 +170,9 @@ export default function WaitConfirmList(props: Props) { }, { title: "折让时间", - dataIndex: " rebateTime", - key: " rebateTime", - render: (text: number) => moment(text).format("YYYY-MM-DD"), + dataIndex: "rebateTime", + key: "rebateTime", + render: (text: number) => (text ? moment(text).format("YYYY-MM-DD") : '--'), }, { title: "应折让金额(元)",