|
@@ -98,7 +98,8 @@ p {
|
|
></el-image>
|
|
></el-image>
|
|
</template>
|
|
</template>
|
|
</el-table-column> -->
|
|
</el-table-column> -->
|
|
- <el-table-column prop="user_name" label="选手名称" width="200" />
|
|
|
|
|
|
+ <el-table-column prop="user_name" label="选手名称" width="150" />
|
|
|
|
+ <el-table-column prop="user_code" label="选手代码" width="100" />
|
|
<el-table-column header-align="center" align="center" prop="prop" label="咨询内容">
|
|
<el-table-column header-align="center" align="center" prop="prop" label="咨询内容">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-badge v-if="!scope.row.view_status" is-dot class="item">
|
|
<el-badge v-if="!scope.row.view_status" is-dot class="item">
|