Commit 7bac2933 authored by Smile's avatar Smile

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

parent 7e6eaca3
......@@ -52,7 +52,7 @@
>
<template slot-scope="scope">
<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>
</template>
</el-table-column>
......@@ -116,7 +116,7 @@
>
<template slot-scope="scope">
<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>
</template>
</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