@@ -1,3 +1,3 @@
{
- "apiUrl": "http://192.168.31.202:8080/cfg?key=test_202"
+ "apiUrl": "http://192.168.31.139:8080/cfg?key=test_139"
}
@@ -32,7 +32,7 @@
<!-- 浮动盈亏 -->
<template #closepl="{ record }">
<span
- :class="handleQuotePriceColor(+handleProfitloss(record), 0)"
+ :class="[+handleProfitloss(record) > 0 ? 'up-quote-color' : +handleProfitloss(record) === 0 ? '' : 'down-quote-color']"
>{{ handleProfitloss(record) }}</span>
</template>
<!-- 风险率 -->