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

fix: 招标添加招标会员

parent dba99488
......@@ -31,6 +31,12 @@ export const useSelfTable = () => {
</>
},
{
title: '招标会员',
align: 'left',
dataIndex: 'memberName',
key: 'memberName',
},
{
title: '采购类型',
align: 'left',
dataIndex: 'purchaseType',
......
......@@ -73,6 +73,12 @@ export const baseBidListColumns: any[] = [
</>
},
{
title: '招标会员',
align: 'left',
dataIndex: 'memberName',
key: 'memberName',
},
{
title: '采购类型',
align: 'left',
dataIndex: 'purchaseType',
......
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