li.shaoyi 3 سال پیش
والد
کامیت
c48d347cd9
2فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 1
      public/config/app.config.json
  2. 0 2
      src/views/market/spot_trade/spot_trade_reference_market/index.vue

+ 1 - 1
public/config/app.config.json

@@ -1,4 +1,4 @@
 {
     "apiUrl": "http://192.168.31.139:8080/cfg?key=test_139",
     "icoTitle": "云融"
-}
+}

+ 0 - 2
src/views/market/spot_trade/spot_trade_reference_market/index.vue

@@ -87,9 +87,7 @@ const columnsList = [
   { title: '代码', key: 'goodscode' },
   { title: '名称', key: 'goodsname' },
   { title: '买价', key: 'bid' },
-  { title: '买量', key: 'bidvolume' },
   { title: '卖价', key: 'ask' },
-  { title: '卖量', key: 'askvolume' },
   { title: '最新价', key: 'last' },
   { title: '涨跌', key: 'change' }, // 最新价 - 昨结价
   { title: '幅度', key: 'amplitude' }, // (最新价 - 昨结价) / 100 %