|
@@ -81,6 +81,7 @@
|
|
|
>
|
|
|
<el-table-column align="center" min-width="80" prop="id" label="ID" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column align="center" min-width="80" prop="buyerUserId" label="入账用户Id" show-overflow-tooltip></el-table-column>
|
|
|
+ <el-table-column prop="transactionId" label="第三方流水号" />
|
|
|
<el-table-column align="center" label="来源类型" prop="sourceType">
|
|
|
<template slot-scope="{ row }">
|
|
|
<el-tag v-if="row.sourceType === 1" effect="plain" type="info">平台</el-tag>
|