Handy_Cao 1 år sedan
förälder
incheckning
bcdd965ef0

+ 1 - 1
src/packages/mobile/views/order/position/components/pricing/detail2/components/delivery/Index.vue

@@ -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>