|
|
|
|
@ -128,9 +128,9 @@
|
|
|
|
|
<el-table-column align='center' label="姓名" width="120" header-align="center">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<div>{{scope.row.user.username}}</div>
|
|
|
|
|
<div style="color:red" v-if="scope.row.change_data && scope.row.change_data.length>0">
|
|
|
|
|
<!-- <div style="color:red" v-if="scope.row.change_data && scope.row.change_data.length>0">
|
|
|
|
|
报名信息有变更
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</template>
|
|
|
|
|
|