|
@@ -8,8 +8,8 @@
|
|
|
label="老师姓名">
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|
|
|
- {{scope.row.teacherName}}
|
|
|
- <span style="color: #f56c6c">({{scope.row.teacherId}})</span>
|
|
|
+ <span>{{scope.row.teacherName}}</span><br/>
|
|
|
+ <span style="color: #f56c6c">(<copy-text>{{scope.row.teacherId}}</copy-text>)</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -43,7 +43,7 @@
|
|
|
<el-table-column align='center'
|
|
|
prop="complaintsContent"
|
|
|
width="120"
|
|
|
- label="申诉内容">
|
|
|
+ label="考勤申诉内容">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.teacherAttendance">
|
|
|
<overflow-text :text="scope.row.teacherAttendance.complaintsContent" width="100%">
|
|
@@ -55,7 +55,7 @@
|
|
|
<el-table-column align='center'
|
|
|
prop="complaintsTime"
|
|
|
width="160"
|
|
|
- label="申诉时间">
|
|
|
+ label="考勤申诉时间">
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|
|
|
{{ scope.row.teacherAttendance && scope.row.teacherAttendance.complaintsTime}}
|
|
@@ -64,7 +64,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column align='center'
|
|
|
prop="complaintsStatus"
|
|
|
- label="申诉状态">
|
|
|
+ width="140"
|
|
|
+ label="考勤申诉状态">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.teacherAttendance">
|
|
|
{{scope.row.teacherAttendance.complaintsStatus | complaintsStatusEnum}}
|