1.3版本发布

This commit is contained in:
hupeng
2019-11-22 10:02:09 +08:00
parent 4faa83dc0c
commit 185fc51e1d
5 changed files with 49 additions and 61 deletions

View File

@ -28,7 +28,7 @@
<el-table-column prop="orderId" width="140" label="订单号">
<template slot-scope="scope">
<span>{{ scope.row.orderId }}</span>
<p>[{{ scope.row.pinkName }}]</p>
<p>{{ scope.row.pinkName }}</p>
</template>
</el-table-column>
<el-table-column prop="realName" label="用户姓名"/>