|
|
@@ -10,7 +10,7 @@ export function handleColumns() {
|
|
|
{ title: '仓库', key: 'warehousename', align: 'center', width: 200 },
|
|
|
{ title: '价格', key: 'fixedprice', align: 'center', width: 120 },
|
|
|
{ title: '议价', key: 'canbargain', align: 'center', width: 80 },
|
|
|
- { title: '数量', key: 'orderqty', align: 'center' },
|
|
|
+ { title: '数量', key: 'orderqty', align: 'center', width: 120 },
|
|
|
{ title: '整单', key: 'canpart', align: 'center', width: 80 },
|
|
|
{ title: '挂牌有效期', key: 'validtime', align: 'center', width: 120 },
|
|
|
{ title: '履约保证金', key: 'marginvalue', align: 'center', width: 120 },
|