Commit 61649b36 authored by wxk's avatar wxk

银行账户操作记录表格添加单号

parent e72c114b
......@@ -177,6 +177,12 @@
stripe
style="width: 100%">
<el-table-column
label="单号">
<template slot-scope="scope">
<span>{{ scope.row.id || '--' }}</span>
</template>
</el-table-column>
<el-table-column
label="币种"
width="180">
<template slot-scope="scope">
......
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