清掉报错

master
wyj2080 6 years ago
parent 69ffd59430
commit 386d8089f5

@ -11,7 +11,7 @@
</Row>
<Table :columns="columns1" :data="data1" style="margin-top: 20px;">
<template slot-scope="{ row, index }" slot="qrCodeAction">
<template slot-scope="row" slot="qrCodeAction">
<img :src="require('../../../static/img/qrCode-init.png')" @click="show(row)" style="margin-left: 5px;margin-top: 5px;width:30px;height:30px;"/>
</template>
<template slot-scope="{ row, index }" slot="state">
@ -21,7 +21,7 @@
</i-switch>
</template>
<template slot-scope="{ row, index }" slot="action">
<template slot-scope="row" slot="action">
<Button ghost type="primary" size="small" style="margin-right: 5px" @click="open(2, row)">修改</Button>
<Button ghost type="error" size="small" @click="remove(row)"></Button>
</template>
@ -232,6 +232,9 @@
changePage (page) {
this.pageNum = page;
this.listOfLogistics();
},
cancel: function(){
},
listOfLogistics() {
let that = this;
@ -361,7 +364,7 @@
let name = index.staffCode+"-"+index.name+"-导购码";
http.downloadImg({
url:index.epWechatQrCode
},name,function (data) {
},name,function (/*data*/) {
})
},

Loading…
Cancel
Save