|
|
|
@ -3,7 +3,10 @@
|
|
|
|
|
<Row style="margin-top: -10px;width: 100%;background-color: #FFF;">
|
|
|
|
|
<i-col span="24" style="text-align: left;padding-left: 10px;">
|
|
|
|
|
<Row class="row-style">
|
|
|
|
|
<i-col span="24" style="text-align: right;padding-right: 20px;">
|
|
|
|
|
<i-col span="12" style="text-align: left;padding-right: 20px;">
|
|
|
|
|
<Button type="primary" @click="back()">返回</Button>
|
|
|
|
|
</i-col>
|
|
|
|
|
<i-col span="12" style="text-align: right;padding-right: 20px;">
|
|
|
|
|
<Button type="primary" @click="open(1)">添加推广人员</Button>
|
|
|
|
|
</i-col>
|
|
|
|
|
</Row>
|
|
|
|
@ -385,6 +388,9 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
back:function(){
|
|
|
|
|
this.$router.push({path:'/shop/increase/manager'});
|
|
|
|
|
},
|
|
|
|
|
// 删除
|
|
|
|
|
remove: function (row) {
|
|
|
|
|
this.modal13 = true;
|
|
|
|
|