|
|
@@ -60,7 +60,7 @@
|
|
|
<div class="row-content">
|
|
|
<a-row v-for="(item, index) in tradedList" :key="index + '11'">
|
|
|
<a-col :span="8">{{ formatTime(item.TS, 'hm') }}</a-col>
|
|
|
- <a-col :class="handleQuotePriceColor(item.PE, selectedRow.presettle)" :span="8">{{ item.PE }}</a-col>
|
|
|
+ <a-col :class="handleQuotePriceColor(item.PE, selectedRow.presettle)" :span="8">{{ item.PE.toFixed(2) }}</a-col>
|
|
|
<a-col :class="handleQuotePriceColor(item.Vol, selectedRow.presettle)" :span="8">
|
|
|
<!-- {{ item.Vol }} -->
|
|
|
</a-col>
|