Commit e35dc44f authored by 刘帅阳's avatar 刘帅阳

修改bug

parent 3d2a1ea4
......@@ -36,11 +36,11 @@
min-width="120"
align="center"
>
<!-- <template slot-scope="scope">
<div class="ellipsis">
{{ scope.row.roleNames }}
<template slot-scope="scope">
<div>
{{item.prop === 'score' ? scope.row[item.prop] +'分' : scope.row[item.prop]}}
</div>
</template> -->
</template>
</el-table-column>
</el-table>
<div v-show="total > 0" class="pagination-list">
......
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