|
|
|
@ -44,8 +44,8 @@
|
|
|
|
|
|
|
|
|
|
"> |
|
|
|
|
|
|
|
|
|
<template slot="htmlSlot" slot-scope="text"> |
|
|
|
|
<div v-html="text"></div> |
|
|
|
|
<template slot="materialName" slot-scope="text, record"> |
|
|
|
|
<j-ellipsis :value="text" :length="20"/> |
|
|
|
|
</template> |
|
|
|
|
<template slot="imgSlot" slot-scope="text"> |
|
|
|
|
<span v-if="!text" style="font-size: 12px;font-style: italic;">无图片</span> |
|
|
|
@ -191,6 +191,7 @@
|
|
|
|
|
{ |
|
|
|
|
title:'物料名称及规格型号', |
|
|
|
|
align:"center", |
|
|
|
|
scopedSlots: { customRender: 'materialName' }, |
|
|
|
|
dataIndex: 'materialName', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|