md
This commit is contained in:
parent
4fc8717d8a
commit
7762235742
@ -60,7 +60,7 @@
|
||||
border
|
||||
size="mini"
|
||||
|
||||
storageName="PayBackStatList_main_2505_03"
|
||||
storageName="PayBackStatList_main_2505_04"
|
||||
|
||||
:data="emisStatList"
|
||||
:showSearch.sync="showSearch"
|
||||
@ -114,6 +114,8 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('账单金额')" align="center" prop="recMoney" width="150" />
|
||||
<el-table-column :label="$t('总票数')" align="center" prop="sendPieceSum" width="80" />
|
||||
|
||||
<el-table-column :label="$t('账期内收款金额(100%)')" align="center" prop="recdMoneyIn" width="180" >
|
||||
<template slot-scope="scope">
|
||||
<div class="link-type" @click="handleShowBillList(scope.row,1)">{{ scope.row.recdMoneyIn }}</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user