提交 58fa2377 authored 作者: lihuihui's avatar lihuihui

fix: 修改详情没有数据bug

上级 792fb11a
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<el-button type="primary" @click="deposit">发票充值</el-button> <el-button type="primary" @click="deposit">发票充值</el-button>
</el-row> </el-row>
<template v-slot:table-x="{ row }"> <template v-slot:table-x="{ row }">
<router-link target="_blank" :to="{ name: 'paymentView', params: { id: row.id } }"> <router-link target="_blank" :to="{ name: 'paymentView', params: { id: row.payment_id } }">
<el-button type="text">查看</el-button> <el-button type="text">查看</el-button>
</router-link> </router-link>
</template> </template>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论