Commit 192fb6a7 authored by 黄奎's avatar 黄奎

页面你修改

parent 3b95b398
...@@ -66,12 +66,12 @@ ...@@ -66,12 +66,12 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="groups" width="200" label="拼团组/拼团价"> <el-table-column prop="GroupList" width="200" label="拼团组/拼团价">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="cell"> <div class="cell">
<div flex="dir:top"> <div flex="dir:top">
<div v-for="(SubItem,SubIndex) in scope.row.groups" :key="SubIndex"> <div v-for="(SubItem,SubIndex) in scope.row.GroupList" :key="SubIndex">
<el-tag style="margin-bottom:10px;">{{SubItem.people_num}}人|¥{{SubItem.price}}</el-tag> <el-tag style="margin-bottom:10px;">{{SubItem.People_Num}}人|¥<template v-if="SubItem.StepPriceList&&SubItem.StepPriceList.length>0">{{SubItem.StepPriceList[0].PinTuanPrice}}</template></el-tag>
</div> </div>
</div> </div>
</div> </div>
...@@ -136,6 +136,7 @@ ...@@ -136,6 +136,7 @@
this.loading = true; this.loading = true;
this.apipost("/api/GroupBuy/GetGroupbuyActivityPageList", this.msg, res => { this.apipost("/api/GroupBuy/GetGroupbuyActivityPageList", this.msg, res => {
this.loading = false; this.loading = false;
console.log("GetGroupbuyActivityPageList",res.data.data);
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.total = res.data.data.count; this.total = res.data.data.count;
let pageData = res.data.data.pageData; let pageData = res.data.data.pageData;
......
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