|
|
@@ -97,8 +97,9 @@ export default defineComponent({
|
|
|
};
|
|
|
const btnList: BtnListType[] = [
|
|
|
{ lable: '挂牌求购', code: 'Listing', className: 'btnDeafault' },
|
|
|
+ { lable: '图表', code: 'BuyAndSell', className: 'btnDeafault' },
|
|
|
{ lable: '详情', code: 'Detail', className: 'btnDeafault' },
|
|
|
- { lable: '买卖大厅', code: 'BuyAndSell', className: 'btnDeafault' },
|
|
|
+ // { lable: '买卖大厅', code: 'BuyAndSell', className: 'btnDeafault' },
|
|
|
];
|
|
|
const { deliverGoods, getQuoteList, goodsList, findDeilverGoodsByGoodsCode } = handleDeliveryRelation([1, 3]);
|
|
|
// 行情按需订阅
|