|
|
|
@ -113,6 +113,9 @@
|
|
|
|
|
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" |
|
|
|
|
class="j-table-force-nowrap" |
|
|
|
|
@change="handleTableChange"> |
|
|
|
|
<span slot="merchandiseName" slot-scope="text, record"> |
|
|
|
|
<j-ellipsis :value="text" :length="20"/> |
|
|
|
|
</span> |
|
|
|
|
|
|
|
|
|
<template slot="htmlSlot" slot-scope="text"> |
|
|
|
|
<div v-html="text"></div> |
|
|
|
@ -200,7 +203,8 @@ export default {
|
|
|
|
|
{ |
|
|
|
|
title:'商品名称', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'merchandiseName' |
|
|
|
|
dataIndex: 'merchandiseName', |
|
|
|
|
scopedSlots: { customRender: 'merchandiseName' }, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'供应商', |
|
|
|
@ -237,16 +241,16 @@ export default {
|
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'specification' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'简介概要', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'synopsis' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'分类', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'classify' |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title:'简介概要', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'synopsis' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'分类', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'classify' |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title: '操作', |
|
|
|
|
dataIndex: 'action', |
|
|
|
|