|
@@ -1,9 +1,9 @@
|
|
|
export const columns = [
|
|
export const columns = [
|
|
|
- { title: '订单合约', dataIndex: 'goodsname', key: 'goodsname', align: 'center' },
|
|
|
|
|
- { title: '方向', dataIndex: 'buyorsell', key: 'buyorsell', align: 'center', slots: { customRender: 'buyorsell' } },
|
|
|
|
|
- { title: '协议价', dataIndex: 'transferprice', key: 'transferprice', align: 'center' },
|
|
|
|
|
- { title: '数量', dataIndex: 'qty', key: 'qty', align: 'center', slots: { customRender: 'qty' } },
|
|
|
|
|
- { title: '金额', dataIndex: 'transferamount', key: 'transferamount', align: 'center', slots: { customRender: 'transferamount' } },
|
|
|
|
|
- { title: '状态', dataIndex: 'applystatus', key: 'applystatus', align: 'center', slots: { customRender: 'applystatus' } },
|
|
|
|
|
- { title: '时间', dataIndex: 'applytime', key: 'applytime', align: 'center', slots: { customRender: 'applytime' } },
|
|
|
|
|
|
|
+ { title: '订单合约', dataIndex: 'goodsname', key: 'goodsname', align: 'center', width: 120 },
|
|
|
|
|
+ { title: '方向', dataIndex: 'buyorsell', key: 'buyorsell', align: 'center', width: 120, slots: { customRender: 'buyorsell' } },
|
|
|
|
|
+ { title: '协议价', dataIndex: 'transferprice', key: 'transferprice', width: 120, align: 'center' },
|
|
|
|
|
+ { title: '数量', dataIndex: 'qty', key: 'qty', align: 'center', width: 120, slots: { customRender: 'qty' } },
|
|
|
|
|
+ { title: '金额', dataIndex: 'transferamount', key: 'transferamount', width: 120, align: 'center', slots: { customRender: 'transferamount' } },
|
|
|
|
|
+ { title: '状态', dataIndex: 'applystatus', key: 'applystatus', width: 120, align: 'center', slots: { customRender: 'applystatus' } },
|
|
|
|
|
+ { title: '时间', dataIndex: 'applytime', key: 'applytime', width: 120, align: 'center', slots: { customRender: 'applytime' } },
|
|
|
];
|
|
];
|