master
zhuhaoyu 6 years ago
parent 5ce5a2e094
commit 9d741eccf0

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

Loading…
Cancel
Save