Commit 5de7da84 authored by libin's avatar libin

钱包帐号

parent 634ea716
...@@ -39,7 +39,11 @@ ...@@ -39,7 +39,11 @@
<span>{{scope.row.phone}}</span> <span>{{scope.row.phone}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="center" label="帐号">
<template scope="scope">
<span>{{scope.row.accountNumber}}</span>
</template>
</el-table-column>
<el-table-column align="center" label="金额"> <el-table-column align="center" label="金额">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.amount}}</span> <span>{{scope.row.amount}}</span>
......
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 to comment