|
@@ -9,7 +9,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>
|
|
<div>
|
|
<span>{{scope.row.teacherName}}</span><br/>
|
|
<span>{{scope.row.teacherName}}</span><br/>
|
|
- <span style="color: #f56c6c">(<copy-text>{{scope.row.teacherId}}</copy-text>)</span>
|
|
|
|
|
|
+ <span>(<copy-text>{{scope.row.teacherId}}</copy-text>)</span><!-- style="color: #f56c6c"-->
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|