bug 样式
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user