Commit b9f8539d authored by zhengke's avatar zhengke

修改

parent 5428d89f
......@@ -753,6 +753,7 @@
getGroup(group_list) {
this.TempGroupPriceList = group_list;
this.addMsg.GroupList = group_list;
this.shareGroup_list = group_list;
},
//获取子组件规格
getSpecList(val) {
......
......@@ -34,11 +34,11 @@
</template> -->
<el-form-item>
<div class="pintuan-share">
<el-card v-for="(item,index) in shareGroup_list" :key="index">
<el-card v-for="(item,index) in shareGroup_list" :key="index" style="margin-bottom:20px;">
<div slot="header" class="clearfix">
<div class="box">
<div style="display:inline-block;">
<el-tag type="danger">{{item.people_num}}人团</el-tag>
<el-tag type="danger">{{item.People_Num}}人团</el-tag>
</div>
<label style="margin-bottom:0;padding:18px 10px;">批量设置</label>
<el-select placeholder="请选择层级" v-model="fxVal" style="width:130px;" size="small">
......@@ -103,6 +103,7 @@
};
},
created() {
console.log(this.shareGroup_list, 'shareGroup_list');
},
methods: {
......@@ -119,7 +120,6 @@
},
},
mounted() {
console.log(this.shareGroup_list, 'shareGroup_list');
this.getDistributor();
},
computed: {
......
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