Authored by 王水玲

红人

... ... @@ -70,12 +70,12 @@ export default {
align: 'center'
}, {
title: 'skn',
width: 100,
key: 'productSkn',
align: 'center'
}, {
title: '商品图片',
key: 'imageUrl',
align: 'center',
render: (h, params) => {
return h('img', {
attrs: {
... ... @@ -86,7 +86,6 @@ export default {
}
}, {
title: '商品信息',
width: 200,
key: 'productInfo',
render: (h, params) => {
return h('div', [
... ... @@ -151,6 +150,7 @@ export default {
}
}, {
title: '操作',
align: 'center',
render: (h, params) => {
return (
<action-group>
... ...