Commit c5186351 by 黑潮

Merge branch 'feature/会员分组变更日志' into dev

parents 90e38911 48f6fb2c
......@@ -29,8 +29,8 @@
</el-table-column>
<el-table-column :width="200" label="操作人">
<template slot-scope="scope">
<p class="h-18">{{ getName(scope.row.optUserName) }}</p>
<p class="h-18">{{ getPhone(scope.row.optUserName) }}</p>
<p class="h-18">{{ getName(scope.row.userName) }}</p>
<p class="h-18">{{ getPhone(scope.row.userName) }}</p>
</template>
</el-table-column>
</el-table>
......
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