Commit 81cda5b4 authored by honghy's avatar honghy Committed by wux

控货详情列表订单路由跳转调整

parent e5975af9
......@@ -104,7 +104,7 @@
</el-table-column>
<el-table-column :label="$t('订单号')" prop="orderNo" width="120px">
<template slot-scope="scope">
<router-link :to="`detail?orderId=` + scope.row.orderId">{{ scope.row.orderNo }}</router-link>
<router-link :to="`/order/detail?orderId=` + scope.row.orderId">{{ scope.row.orderNo }}</router-link>
</template>
</el-table-column>
<el-table-column :label="$t('发货人编号')" prop="consignerNumber" width="90px">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment