【修改】调整样式
This commit is contained in:
@@ -126,6 +126,10 @@
|
||||
<j-ellipsis :value="text" :length="18"></j-ellipsis>
|
||||
</template>
|
||||
|
||||
<template slot="nameText" slot-scope="text">
|
||||
<j-ellipsis :value="text" :length="8"></j-ellipsis>
|
||||
</template>
|
||||
|
||||
<span slot="action" class="action-span-cell" slot-scope="text, record">
|
||||
<!-- <a @click="handleAudit(record.id)" v-if="record.status === 2" v-has="'revenueContract:aduit'">审核</a>-->
|
||||
<!-- 草稿、待存档、已存档-->
|
||||
@@ -219,7 +223,7 @@ export default {
|
||||
title: '关联项目',
|
||||
align: 'center',
|
||||
dataIndex: 'associatedProject',
|
||||
width: 240,
|
||||
width: 280,
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
title: '签订单位',
|
||||
@@ -232,7 +236,7 @@ export default {
|
||||
align: 'center',
|
||||
dataIndex: 'signedContactsTemporaryName',
|
||||
width: 160,
|
||||
scopedSlots: { customRender: 'text' }
|
||||
scopedSlots: { customRender: 'nameText' }
|
||||
}, {
|
||||
title: '合同总金额',
|
||||
align: 'center',
|
||||
|
||||
@@ -59,6 +59,10 @@
|
||||
@click="toProjectMaintenance(record)"></j-ellipsis>
|
||||
</template>
|
||||
|
||||
<template slot="nameText" slot-scope="text">
|
||||
<j-ellipsis :value="text" :length="8"></j-ellipsis>
|
||||
</template>
|
||||
|
||||
|
||||
<template slot="text" slot-scope="text">
|
||||
<j-ellipsis :value="text" :length="18"></j-ellipsis>
|
||||
@@ -117,15 +121,15 @@ export default {
|
||||
{
|
||||
title: '企业联系人',
|
||||
align: 'center',
|
||||
width: 240,
|
||||
width: 140,
|
||||
dataIndex: 'companyContactTemporaryName',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
scopedSlots: { customRender: 'nameText' }
|
||||
},{
|
||||
title: '打包联系人',
|
||||
align: 'center',
|
||||
width: 240,
|
||||
width: 140,
|
||||
dataIndex: 'packContactTemporaryName',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
scopedSlots: { customRender: 'nameText' }
|
||||
}, {
|
||||
title: '打包费用总计',
|
||||
align: 'center',
|
||||
|
||||
Reference in New Issue
Block a user