|
@@ -52,14 +52,18 @@
|
|
|
<a-row>
|
|
<a-row>
|
|
|
<a-col :span="8">时间</a-col>
|
|
<a-col :span="8">时间</a-col>
|
|
|
<a-col :span="8">价格</a-col>
|
|
<a-col :span="8">价格</a-col>
|
|
|
- <a-col :span="8">现量</a-col>
|
|
|
|
|
|
|
+ <a-col :span="8">
|
|
|
|
|
+ <!-- 现量 -->
|
|
|
|
|
+ </a-col>
|
|
|
</a-row>
|
|
</a-row>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="row-content">
|
|
<div class="row-content">
|
|
|
<a-row v-for="(item, index) in tradedList" :key="index + '11'">
|
|
<a-row v-for="(item, index) in tradedList" :key="index + '11'">
|
|
|
<a-col :span="8">{{ formatTime(item.TS, 'hm') }}</a-col>
|
|
<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 }}</a-col>
|
|
|
- <a-col :class="handleQuotePriceColor(item.Vol, selectedRow.presettle)" :span="8">{{ item.Vol }}</a-col>
|
|
|
|
|
|
|
+ <a-col :class="handleQuotePriceColor(item.Vol, selectedRow.presettle)" :span="8">
|
|
|
|
|
+ <!-- {{ item.Vol }} -->
|
|
|
|
|
+ </a-col>
|
|
|
</a-row>
|
|
</a-row>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -125,9 +129,9 @@
|
|
|
<a-col :span="8">{{ '--' }}</a-col>
|
|
<a-col :span="8">{{ '--' }}</a-col>
|
|
|
</a-row> -->
|
|
</a-row> -->
|
|
|
</div>
|
|
</div>
|
|
|
- <div @click="watchMore" class="watchMore">
|
|
|
|
|
|
|
+ <!-- <div @click="watchMore" class="watchMore">
|
|
|
<strong>查看更多</strong>
|
|
<strong>查看更多</strong>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div> -->
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|