Commit ed6f1fed authored by xiexiuxing's avatar xiexiuxing

请购单列表字段改

parent da376f14
......@@ -244,8 +244,8 @@ export const baseOrderListColumns: any = () => {
{
title: intl.formatMessage({ id: 'purchaseRequisition.yufuriqi', defaultMessage: '预付日期' }),
align: 'center',
dataIndex: 'deliverTime',
key: 'deliverTime',
dataIndex: 'advanceDeliveryDate',
key: 'advanceDeliveryDate',
render: (text) => formatTimeString(text, 'YYYY-MM-DD')
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment