|
@@ -76,7 +76,7 @@
|
|
|
:data="tableList"
|
|
|
:header-cell-style="{ background: '#EDEEF0', color: '#444' }"
|
|
|
>
|
|
|
- <el-table-column align="center" prop="id" label="员工编号">
|
|
|
+ <el-table-column align="center" prop="id" label="老师编号">
|
|
|
<template slot-scope="scope">
|
|
|
<copy-text>{{ scope.row.id }}</copy-text>
|
|
|
</template>
|