@@ -21,7 +21,7 @@
</span>
</template>
</Cell>
- <Cell title="提货费" :value="fee" />
+ <Cell :title="$t('position.goods.fees')" :value="fee" />
<Cell :title="$t('position.goods.deposit')" :value="deposit" />
<Cell :title="$t('position.goods.tradetime')" :value="selectedRow.tHDetailEx.tradeTime" />
</CellGroup>