Commit fad75c4c by renyizhao

获取apiKey充值流程已完成

parent ec78bf91
......@@ -62,10 +62,10 @@
<!-- 列表 -->
<ContentWrap>
<el-table v-loading="loading" :data="list" :stripe="true" :show-overflow-tooltip="true">
<el-table-column label="用户ID" align="center" prop="userId" width="100" />
<el-table-column label="充值金额" align="center" prop="amount" width="120">
<el-table-column label="用户名" align="center" prop="userMobile" />
<el-table-column label="充值金额" align="center" prop="amount">
<template #default="{ row }">
¥{{ row.amount }}
<span>¥{{ row.amount }}</span>
</template>
</el-table-column>
<el-table-column label="获得额度" align="center" prop="quota" width="120">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment