bug 样式

This commit is contained in:
zhaoxiao
2022-02-12 13:39:11 +08:00
parent d3107f5986
commit a195208622
@@ -93,6 +93,10 @@
<j-ellipsis :value="text" :length="18"></j-ellipsis>
</template>
<template slot="contact" slot-scope="text">
<j-ellipsis :value="text" :length="8"></j-ellipsis>
</template>
<!-- 打包需要发票到账开票邮寄状态-->
<template slot="status" slot-scope="text,record">
<status-slot :statu-obj="record" :status-no="text" :status-type="true"></status-slot>
@@ -235,7 +239,7 @@ export default {
align: 'center',
width: 140,
dataIndex: 'principalName',
scopedSlots: { customRender: 'text' }
scopedSlots: { customRender: 'contact' }
}, {
title: '来款单位',
align: 'center',
@@ -245,9 +249,9 @@ export default {
}, {
title: '企业联系人',
align: 'center',
width: 120,
width: 140,
dataIndex: 'contactsTemporaryName',
scopedSlots: { customRender: 'text' }
scopedSlots: { customRender: 'contact' }
}, {
title: '应收金额',
align: 'center',