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

fix: 待确认收货文案异常

parent b597cb33
......@@ -37,7 +37,7 @@ export const useSelfTable = () => {
width: 200
},
{
title: '采购会员',
title: '供应会员',
align: 'left',
dataIndex: 'memberName',
key: 'memberName',
......@@ -47,7 +47,7 @@ export const useSelfTable = () => {
align: 'center',
dataIndex: 'amount',
key: 'amount',
render: (t, r) => '¥' + t
render: (t) => '¥' + t
},
{
title: '已发货批次',
......
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