|
@@ -78,7 +78,7 @@ export default {
|
|
|
selectedRowKeys: [], // 已选项
|
|
|
columns: [
|
|
|
{ title: '商品名称', dataIndex: 'goodsName', width: 200, align: 'center' },
|
|
|
- { title: '商品总价', dataIndex: 'payGold', width: 200, align: 'center' },
|
|
|
+ { title: '商品单价', dataIndex: 'payGold', width: 200, align: 'center' },
|
|
|
{ title: '购买数量', dataIndex: 'buyQty', width: 200, align: 'center' }
|
|
|
]
|
|
|
}
|