Commit 84baf16f authored by zhengke's avatar zhengke

修改

parent f5f3e49f
......@@ -347,13 +347,13 @@
</el-row>
</el-card>
</el-tab-pane>
<el-tab-pane lebel="购买设置">
<el-tab-pane label="阶梯团设置">
<ladderGroup></ladderGroup>
</el-tab-pane>
<el-tab-pane lebel="分销价设置">
<el-tab-pane label="分销价设置">
<distributePrice></distributePrice>
</el-tab-pane>
<el-tab-pane lebel="阶梯团设置">
<el-tab-pane label="会员价设置">
</el-tab-pane>
</el-tabs>
</el-row>
......@@ -381,11 +381,16 @@
import ChooseImg from "@/components/global/ChooseImg.vue";
import goodsSpe from "@/components/pintuan/pintuanPlugin/goodsSpecifica.vue"
import choiceGood from "@/components/common/choiceGood.vue";
import ladderGroup from "@/components/pintuan/pintuanPlugin/ladderGroup.vue"
import distributePrice from "@/components/pintuan/pintuanPlugin/distributePrice.vue"
export default {
components: {
ChooseImg,
goodsSpe,
choiceGood
choiceGood,
ladderGroup,
distributePrice
},
data() {
return {
......
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