Commit 287ace7d authored by Smile's avatar Smile Committed by wux

bug229 (web)首页订单号需要拼接提单号。

parent ab82f738
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
> >
<template slot-scope="scope"> <template slot-scope="scope">
<router-link :to="{path: '/jiedao/jd-orderdetail',query: {orderId: scope.row.orderId}}" class="link-type"> <router-link :to="{path: '/jiedao/jd-orderdetail',query: {orderId: scope.row.orderId}}" class="link-type">
<span>{{ scope.row.orderNo }}</span> <span>{{ scope.row.orderNo }}</span><span v-if="scope.row.tidanNo">-{{scope.row.tidanNo}}</span>
</router-link> </router-link>
</template> </template>
</el-table-column> </el-table-column>
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
> >
<template slot-scope="scope"> <template slot-scope="scope">
<router-link :to="{path: '/jiedao/jd-orderdetail',query: {orderId: scope.row.orderId}}" class="link-type"> <router-link :to="{path: '/jiedao/jd-orderdetail',query: {orderId: scope.row.orderId}}" class="link-type">
<span>{{ scope.row.orderNo }}</span> <span>{{ scope.row.orderNo }}</span><span v-if="scope.row.tidanNo">-{{scope.row.tidanNo}}</span>
</router-link> </router-link>
</template> </template>
</el-table-column> </el-table-column>
......
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