|
|
@@ -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({
|