feat: 交易记录显示股票代码
This commit is contained in:
parent
6afd34cb0f
commit
221f2428cf
@ -126,7 +126,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="tl-right">
|
<view class="tl-right">
|
||||||
<text class="tl-title">{{ log.title }}</text>
|
<text class="tl-title">{{ log.title }} {{ log.stockCode || '' }}</text>
|
||||||
<text class="tl-desc">{{ log.type === 'buy' ? '增加' : '减少' }} {{ log.amount }}</text>
|
<text class="tl-desc">{{ log.type === 'buy' ? '增加' : '减少' }} {{ log.amount }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user