瀏覽代碼

2024.09.21
- 用户提现申请页增加第三方流水号字段显示;

zweiqin 6 月之前
父節點
當前提交
caf05f4a12
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/finance/application/components/DetailModal.vue

+ 1 - 0
src/views/finance/application/components/DetailModal.vue

@@ -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>