Commit 415496ad authored by honghy's avatar honghy Committed by wux

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

parent f831e2e8
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
</el-table-column> </el-table-column>
<el-table-column :label="$t('订单号')" prop="orderNo" width="120px"> <el-table-column :label="$t('订单号')" prop="orderNo" width="120px">
<template slot-scope="scope"> <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> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('发货人编号')" prop="consignerNumber" width="90px"> <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