Authored by lea guo

命名修改

... ... @@ -48,7 +48,7 @@ export default {
return {
name:
owner === ownType.SELL
? detailRouteNames.SELL_ORDER_DETIAL
? detailRouteNames.SELL_ORDER_DETAIL
: detailRouteNames.BUY_ORDER_DETAIL,
params: { code: this.order.orderCode, owner }
};
... ...
... ... @@ -70,7 +70,7 @@ export default {
if (!!code) {
this.$nextTick(() => {
this.$router.push({
name: routeNames.SELL_ORDER_DETIAL,
name: routeNames.SELL_ORDER_DETAIL,
params: {
owner: ownType.SELL,
code
... ...