Commit 48f6fb2c by 黑潮

fix: 修复字段错误

parent 62aa15bb
......@@ -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