li.shaoyi 3 년 전
부모
커밋
d413041c12
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/market/spot_trade/spot_trade_reference_market/index.vue

+ 3 - 3
src/views/market/spot_trade/spot_trade_reference_market/index.vue

@@ -97,9 +97,9 @@ const columnsList = [
   { title: '最低价', key: 'lowest' },
   { title: '最高价', key: 'highest' },
   { title: '振幅', key: 'vibration' }, // (最高价 - 最低价 ) / 最新价  * 100 %
-  { title: '总量', key: 'totalvolume' },
-  { title: '现量', key: 'lastvolume' },
-  { title: '持仓量', key: 'holdvolume' },
+  // { title: '总量', key: 'totalvolume' },
+  // { title: '现量', key: 'lastvolume' },
+  // { title: '持仓量', key: 'holdvolume' },
   // { title: '日增', key: 'holdincrement' },
   // { title: '金额', key: 'totalturnover' },
 ];