|
@@ -58,16 +58,19 @@
|
|
<template #reference>
|
|
<template #reference>
|
|
<span class="table-btn">{{ moneyFormat(row.contractArrival, 2) }}</span>
|
|
<span class="table-btn">{{ moneyFormat(row.contractArrival, 2) }}</span>
|
|
</template>
|
|
</template>
|
|
- <el-table :data="row.claimList">
|
|
|
|
- <el-table-column width="150" property="date" label="认领金额">
|
|
|
|
- <template #default="{ row }">
|
|
|
|
- <div>{{row.currency}} {{ moneyFormat(row.money, 2) }}</div>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column width="60" property="rate" label="汇率" />
|
|
|
|
- <el-table-column width="160" property="userName" label="操作人" />
|
|
|
|
- <el-table-column width="190" property="createTime" label="操作时间" />
|
|
|
|
- </el-table>
|
|
|
|
|
|
+ <div style="max-height: 300px;overflow-y: auto;">
|
|
|
|
+ <el-table :data="row.claimList">
|
|
|
|
+ <el-table-column width="150" property="date" label="认领金额">
|
|
|
|
+ <template #default="{ row }">
|
|
|
|
+ <div>{{row.currency}} {{ moneyFormat(row.money, 2) }}</div>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column width="60" property="rate" label="汇率" />
|
|
|
|
+ <el-table-column width="160" property="userName" label="操作人" />
|
|
|
|
+ <el-table-column width="190" property="createTime" label="操作时间" />
|
|
|
|
+ </el-table>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
</el-popover>
|
|
</el-popover>
|
|
|
|
|
|
</template>
|
|
</template>
|