|
|
@@ -42,7 +42,7 @@
|
|
|
<el-table-column prop="receivablePremium" label="应收总额"></el-table-column>
|
|
|
<el-table-column prop="reconciliationAmount" label="对账金额">
|
|
|
<template #default="scope">
|
|
|
- <div class="flex items-center" @click="handleEdit(scope.row)" @mouseenter="scope.row.showEdit = true"
|
|
|
+ <div class="flex items-center cursor-pointer" @click="handleEdit(scope.row)" @mouseenter="scope.row.showEdit = true"
|
|
|
@mouseleave="scope.row.showEdit = false">
|
|
|
¥{{ scope.row.reconciliationAmount || 0 }}
|
|
|
<el-icon class="m-l-4px " v-if="scope.row.showEdit">
|