|
|
@@ -8,11 +8,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="chart">
|
|
|
- <div id="financialCollectionAnalysisChart" style="height: 300px;" ref="chartRef"></div>
|
|
|
+ <div id="financialCollectionAnalysisChart" style="height: 400px;" ref="chartRef"></div>
|
|
|
</div>
|
|
|
- <div style="font-size: 16px">{{tableParam.content.unwriteoffamounttype?tableParam.content.unwriteoffamounttype:''}}</div>
|
|
|
- <div :style="{height:list.length < 5 ? '366px':'985px'}">
|
|
|
- <tableTemplate style="margin-top: 10px" ref="table" :layout="tablecols" :data="list" :opwidth="200" :custom="true" :height="list.length < 5 ? '242px':'862px'" fixedName="operation">
|
|
|
+ <div style="font-size: 16px;margin: 10px 0 10px 0">{{tableParam.content.unwriteoffamounttype?tableParam.content.unwriteoffamounttype:''}}</div>
|
|
|
+ <div style="height:410px" >
|
|
|
+ <tableTemplate ref="table" :layout="tablecols" :data="list" :opwidth="200" :custom="true" height="356px" fixedName="operation">
|
|
|
<template v-slot:customcol="scope">
|
|
|
<p v-if="scope.column.columnname === 'total'">
|
|
|
¥{{tool.formatAmount(scope.column.data[scope.column.columnname],2)}}
|
|
|
@@ -36,7 +36,7 @@
|
|
|
<financialCollectionDetail :dataid="param.content.dataid" :type="param.content.type" :sys_enterpriseid="scope.data.sys_enterpriseid" :data="scope.data" :unwriteoffamounttype="tableParam.content.unwriteoffamounttype"></financialCollectionDetail>
|
|
|
</template>
|
|
|
</tableTemplate>
|
|
|
- <div style="text-align:right;float: right;margin: 10px 0 10px 0">
|
|
|
+ <div class="container normal-panel" style="text-align:right;float: right;">
|
|
|
<el-pagination
|
|
|
background
|
|
|
@size-change="handleSizeChange"
|