Commit b2ccccc3 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix:

parent 087ce8ef
......@@ -44,7 +44,7 @@ export const useSelfTable = () => {
align: 'left',
dataIndex: 'inviteTender',
key: 'inviteTender',
render: (text, record) => formatTimeString(record.inviteTender.inviteTenderStartTime),
render: (text, record) => formatTimeString(record.submitTenderTime),
width: 200
},
{
......
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