Commit fa0b38e2 authored by zhengke's avatar zhengke

增加显示

parent 4a64bc23
......@@ -38,6 +38,9 @@
<el-table-column prop="OrderNo" label="订单号">
</el-table-column>
<el-table-column prop="UserName" label="购买用户">
<template slot-scope="scope">
{{scope.row.UserName}} id:{{scope.row.UserId}}
</template>
</el-table-column>
<el-table-column prop="Money" label="购买金额">
</el-table-column>
......
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