Commit fea2f530 authored by chenfenglei's avatar chenfenglei

商品列表跳转期数列表

parent 4681fedf
...@@ -133,8 +133,10 @@ ...@@ -133,8 +133,10 @@
<template slot-scope="scope"> <template slot-scope="scope">
下单时间:{{scope.row.created_at}}<br> 下单时间:{{scope.row.created_at}}<br>
购买时间:{{scope.row.pay_at}}<br> 购买时间:{{scope.row.pay_at}}<br>
<div v-if="scope.row.buy_type != 1">
成团时间:{{scope.row.group_success_time}}<br> 成团时间:{{scope.row.group_success_time}}<br>
截止时间:{{scope.row.deadline}} 截止时间:{{scope.row.deadline}}
</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="desc" label="备注"> <el-table-column prop="desc" label="备注">
......
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