@@ -60,7 +60,7 @@
</app-list>
</div>
<div class="trade-section buy" v-if="buyList.length">
- <Cell title="买出挂牌" />
+ <Cell title="买入挂牌" />
<app-list :columns="columns" :data-list="buyList">
<template #operate="{ row }">
<Button size="small" round @click="delistingListing(row, BuyOrSell.Sell)">卖出</Button>