|
@@ -10,8 +10,8 @@
|
|
|
<div class="chart">
|
|
|
<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:400px">
|
|
|
+ <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'">
|
|
@@ -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"
|