Skip to content

Commit

Permalink
订单详情移除修改商品信息功能
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Dec 15, 2022
1 parent fbd4705 commit 2e4a79f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/oms/order/orderDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<span class="color-danger">当前订单状态:{{order.status | formatStatus}}</span>
<div class="operate-button-container" v-show="order.status===0">
<el-button size="mini" @click="showUpdateReceiverDialog">修改收货人信息</el-button>
<el-button size="mini">修改商品信息</el-button>
<el-button size="mini" @click="showUpdateMoneyDialog">修改费用信息</el-button>
<el-button size="mini" @click="showMessageDialog">发送站内信</el-button>
<el-button size="mini" @click="showCloseOrderDialog">关闭订单</el-button>
Expand Down

0 comments on commit 2e4a79f

Please sign in to comment.