【修改】调整样式

This commit is contained in:
fengachen
2022-01-19 12:14:39 +08:00
parent ddb2c60d38
commit 5858b5c4d3
2 changed files with 14 additions and 6 deletions
@@ -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',
+8 -4
View File
@@ -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',