bug修改

This commit is contained in:
zhaoxiao
2021-10-20 16:12:26 +08:00
parent a24d69b7e2
commit 59089919ff
25 changed files with 184 additions and 94 deletions
@@ -197,25 +197,25 @@ export default {
}, {
title: '来款项目',
align: 'center',
width: 200,
width: 300,
dataIndex: 'projectName',
scopedSlots: { customRender: 'projectName' }
}, {
title: '项目负责人',
align: 'center',
width: 200,
width: 300,
dataIndex: 'principalName',
scopedSlots: { customRender: 'text' }
}, {
title: '所属科室',
align: 'center',
width: 200,
width: 300,
dataIndex: 'depart',
scopedSlots: { customRender: 'text' }
}, {
title: '来款单位',
align: 'center',
width: 200,
width: 300,
dataIndex: 'chargeCompanyTemporaryName',
scopedSlots: { customRender: 'text' }
}, {
@@ -246,25 +246,25 @@ export default {
}, {
title: '来款项目',
align: 'center',
width: 200,
width: 300,
dataIndex: 'projectName',
scopedSlots: { customRender: 'projectName' }
}, {
title: '项目负责人',
align: 'center',
width: 200,
width: 300,
dataIndex: 'principalName',
scopedSlots: { customRender: 'text' }
}, {
title: '所属科室',
align: 'center',
width: 200,
width: 300,
dataIndex: 'depart',
scopedSlots: { customRender: 'text' }
}, {
title: '来款单位',
align: 'center',
width: 200,
width: 300,
dataIndex: 'chargeCompanyTemporaryName',
scopedSlots: { customRender: 'text' }
}, {
@@ -170,7 +170,7 @@ export default {
}, {
title: '来款项目',
align: 'center',
width: 160,
width: 300,
dataIndex: 'projectName',
scopedSlots: { customRender: 'projectName' }
}, {
@@ -203,7 +203,7 @@ export default {
}, {
title: '来款项目',
align: 'center',
width: 160,
width: 300,
dataIndex: 'workGroup',
scopedSlots: { customRender: 'text' }
}, {
@@ -156,7 +156,7 @@ export default {
}, {
title: '项目负责人',
align: 'center',
width: 140,
width: 300,
dataIndex: 'principalName',
scopedSlots: { customRender: 'projectName' }
}, {
@@ -186,7 +186,7 @@ export default {
}, {
title: '项目负责人',
align: 'center',
width: 140,
width: 300,
dataIndex: 'principalName',
scopedSlots: { customRender: 'text' }
}, {
@@ -178,19 +178,19 @@ export default {
}, {
title: '项目负责人',
align: 'center',
width: 160,
width: 300,
dataIndex: 'principalName',
scopedSlots: { customRender: 'text' }
}, {
title: '来款项目',
align: 'center',
width: 160,
width: 300,
dataIndex: 'projectName',
scopedSlots: { customRender: 'projectName' }
}, {
title: '来款单位',
align: 'center',
width: 160,
width: 300,
dataIndex: 'chargeCompanyTemporaryName',
scopedSlots: { customRender: 'text' }
}, {
@@ -223,19 +223,19 @@ export default {
}, {
title: '项目负责人',
align: 'center',
width: 160,
width: 300,
dataIndex: 'principalName',
scopedSlots: { customRender: 'text' }
}, {
title: '来款项目',
align: 'center',
width: 160,
width: 300,
dataIndex: 'projectName',
scopedSlots: { customRender: 'text' }
}, {
title: '来款单位',
align: 'center',
width: 160,
width: 300,
dataIndex: 'chargeCompanyTemporaryName',
scopedSlots: { customRender: 'text' }
}, {
@@ -72,7 +72,7 @@
:dataSource="dataSource"
:pagination="ipagination"
:loading="loading"
:scroll="{x: 1100}"
:scroll="{x: 1000}"
@change="handleTableChange"
:class="dataSource.length === 0 ? 'show-scroll' : ''"
class="j-table-force-nowrap main-table">
@@ -101,7 +101,7 @@
:dataSource="footerDataSource"
:showHeader="false"
:pagination="false"
:scroll="{x: 1100}"
:scroll="{x: 1000}"
class="j-table-force-nowrap footer-table">
<!-- 项目名称-->
@@ -161,6 +161,7 @@ export default {
}, {
title: '来款项目',
align: 'center',
width: 300,
dataIndex: 'projectName',
scopedSlots: { customRender: 'projectName' }
}, {
@@ -193,6 +194,7 @@ export default {
}, {
title: '来款项目',
align: 'center',
width: 300,
dataIndex: 'projectName',
scopedSlots: { customRender: 'text' }
}, {
@@ -173,12 +173,13 @@ export default {
}, {
title: '项目负责人',
align: 'center',
width: 300,
dataIndex: 'principalName',
scopedSlots: { customRender: 'text' }
}, {
title: '来款单位',
align: 'center',
width: 160,
width: 300,
dataIndex: 'chargeCompanyTemporaryName',
scopedSlots: { customRender: 'text' }
}, {
@@ -214,17 +215,18 @@ export default {
{
title: '序号',
dataIndex: 'title',
width: 100,
width: 60,
align: 'center'
}, {
title: '项目负责人',
align: 'center',
width: 300,
dataIndex: 'principalName',
scopedSlots: { customRender: 'text' }
}, {
title: '来款单位',
align: 'center',
width: 160,
width: 300,
dataIndex: 'chargeCompanyTemporaryName',
scopedSlots: { customRender: 'text' }
}, {