This commit is contained in:
2024-08-31 11:10:25 +08:00

View File

@@ -74,7 +74,7 @@
</el-table-column> </el-table-column>
<el-table-column label="余额" prop="amount"> <el-table-column label="余额" prop="amount">
<template v-slot="scope"> <template v-slot="scope">
<span style="color: #1890ff;cursor: pointer;" @click="moneyevent"> <span style="color: #1890ff;cursor: pointer;" >
{{ scope.row.amount }} {{ scope.row.amount }}
</span> </span>
</template> </template>