|
@@ -12,7 +12,7 @@
|
|
|
</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'">
|
|
|
+ <tableTemplate style="margin-top: 10px" ref="table" :layout="tablecols" :data="list" :opwidth="200" :custom="true" :height="list.length < 5 ? '242px':'862px'" fixedName="operation">
|
|
|
<template v-slot:customcol="scope">
|
|
|
<p v-if="scope.column.columnname === 'total'">
|
|
|
¥{{tool.formatAmount(scope.column.data[scope.column.columnname],2)}}
|