摘要:
handleEdit: function (data) { this.$router.push({path:"/MerchantEditPage/" + data.row.id+ '/' + data.row.storeId + '/' +0}); }, 阅读全文
posted @ 2020-04-13 15:43
turbozhang
阅读(235)
评论(0)
推荐(0)
摘要:
1 statusFormatter: function(row, column, cellValue, index){ 2 if(cellValue==1){ 3 return '启用' 4 }else if(cellValue==0){ 5 return '停用' 6 } 7 }, 阅读全文
posted @ 2020-04-13 15:41
turbozhang
阅读(1407)
评论(0)
推荐(0)
摘要:
<style scoped> /deep/ .el-transfer-panel{ width: 250px !important; } </style> 阅读全文
posted @ 2020-04-13 14:39
turbozhang
阅读(3439)
评论(0)
推荐(0)