|
@@ -12,7 +12,7 @@
|
|
|
</div>
|
|
|
<div style="font-size: 16px">{{tableParam.content.unwriteoffamounttype}}</div>
|
|
|
<div style="height: calc(100vh - 290px)">
|
|
|
- <tableTemplate style="margin-top: 10px" ref="table" :layout="tablecols" :data="list" :opwidth="200" :custom="true" >
|
|
|
+ <tableTemplate style="margin-top: 10px" ref="table" :layout="tablecols" :data="list" :opwidth="200" :custom="true" height="calc(100vh - 400px)">
|
|
|
<template v-slot:customcol="scope">
|
|
|
<p v-if="scope.column.columnname === 'total'">
|
|
|
¥{{tool.formatAmount(scope.column.data[scope.column.columnname],2)}}
|