|
@@ -57,7 +57,7 @@
|
|
|
></el-table-column>
|
|
|
<el-table-column align="center" label="学员信息" width="120px">
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.username }}
|
|
|
+ {{ scope.row.username }}<br />
|
|
|
<copy-text>{{ scope.row.userId }}</copy-text>
|
|
|
</template>
|
|
|
</el-table-column>
|