Sfoglia il codice sorgente

Merge branch 'master' of http://47.101.159.18:3000/Muchinfo/MTP2.0_WEB

li.shaoyi 4 anni fa
parent
commit
4569af9032

+ 1 - 1
src/views/market/spot_trade/spot_trade_order_transaction/spot_trade_order_transaction_basis_difference/index.vue

@@ -97,8 +97,8 @@ 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' },
         ];
         const { deliverGoods, getQuoteList, findDeilverGoodsByGoodsCode } = handleDeliveryRelation([2, 4]);
         // 行情按需订阅

+ 2 - 1
src/views/market/spot_trade/spot_trade_order_transaction/spot_trade_order_transaction_listing_transfer/index.vue

@@ -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]);
         // 行情按需订阅