소스 검색

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

zweiqin 9 달 전
부모
커밋
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>