|
@@ -263,11 +263,11 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column align="center" label="学员姓名">
|
|
<el-table-column align="center" label="学员姓名">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <copy-text> {{ scope.row.user.username }}</copy-text>
|
|
|
|
|
|
+ <copy-text v-if="scope.row.user.username"> {{ scope.row.user.username }}</copy-text>
|
|
<span v-if="scope.row.user.username && scope.row.user.phone"
|
|
<span v-if="scope.row.user.username && scope.row.user.phone"
|
|
>/</span
|
|
>/</span
|
|
>
|
|
>
|
|
- <copy-text>
|
|
|
|
|
|
+ <copy-text v-if="scope.row.user.phone">
|
|
{{ scope.row.user.phone }}
|
|
{{ scope.row.user.phone }}
|
|
</copy-text>
|
|
</copy-text>
|
|
</template>
|
|
</template>
|