|
|
@@ -11,7 +11,7 @@
|
|
|
>
|
|
|
<div class="drawer__panel" style="margin-bottom: 0 !important;">
|
|
|
<exportFile style="margin-bottom: 20px" :param="param" :columns="param.content.querytype == '0'?tablecolsSaler:tablecolsCustomer" :fileName="param.content.querytype == '0'?'业务员逾期订单明细':'客户逾期订单明细'" :dataid="param.content.dataid"></exportFile>
|
|
|
- <tableNewLayout :layout="param.content.querytype == '0'?tablecolsSaler:tablecolsCustomer" height="calc(100vh - 207px)" :data="list" fixedName="operation" :width="true" :custom="true">
|
|
|
+ <tableNewLayout :layout="param.content.querytype == '0'?tablecolsSaler:tablecolsCustomer" height="calc(100vh - 160px)" :data="list" fixedName="operation" :width="true" :custom="true">
|
|
|
<template v-slot:customcol="scope">
|
|
|
<div v-if="scope.column.columnname === 'overdueamount'">
|
|
|
<span><small>¥</small>{{tool.formatAmount(scope.column.data[scope.column.columnname],2)}}</span>
|