huangbin 4 년 전
부모
커밋
0b2194fa32
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/market/spot_trade/spot_trade_order_transaction/components/stock-exchange/index.vue

+ 2 - 2
src/views/market/spot_trade/spot_trade_order_transaction/components/stock-exchange/index.vue

@@ -46,8 +46,8 @@ import { formatTime } from '@/common/methods';
 
 const columnsList = [
     { title: '时间', key: 'TS', dataIndex: 'TS', align: 'center' },
-    { title: '成交价', key: 'Vol', dataIndex: 'Vol', align: 'center' },
-    { title: '成交量', key: 'PE', dataIndex: 'PE', align: 'center' },
+    { title: '成交价', key: 'PE', dataIndex: 'PE', align: 'center' },
+    { title: '成交量', key: 'Vol', dataIndex: 'Vol', align: 'center' },
 ];
 
 export default defineComponent({