|
@@ -47,7 +47,7 @@
|
|
:height="clientHeight"
|
|
:height="clientHeight"
|
|
border
|
|
border
|
|
>
|
|
>
|
|
- <el-table-column label="学员编号" align="center" :show-overflow-tooltip="true" prop="successorId"/>
|
|
|
|
|
|
+ <el-table-column label="学员" width="80" align="center" :show-overflow-tooltip="true" prop="staffName"/>
|
|
<el-table-column label="时间" align="center" :show-overflow-tooltip="true" width="120">
|
|
<el-table-column label="时间" align="center" :show-overflow-tooltip="true" width="120">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{scope.row.feedbackYear}}年{{scope.row.feedbackMonth}}月</span>
|
|
<span>{{scope.row.feedbackYear}}年{{scope.row.feedbackMonth}}月</span>
|
|
@@ -153,7 +153,7 @@
|
|
ref="feedbackListSeasonalTable"
|
|
ref="feedbackListSeasonalTable"
|
|
border
|
|
border
|
|
>
|
|
>
|
|
- <el-table-column label="学员编号" align="center" :show-overflow-tooltip="true" prop="successorId"/>
|
|
|
|
|
|
+ <el-table-column label="学员" width="80" align="center" :show-overflow-tooltip="true" prop="staffName"/>
|
|
<el-table-column label="时间" align="center" :show-overflow-tooltip="true" width="200">
|
|
<el-table-column label="时间" align="center" :show-overflow-tooltip="true" width="200">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{scope.row.feedbackYear}}年{{scope.row.feedbackSeason}}季度</span>
|
|
<span>{{scope.row.feedbackYear}}年{{scope.row.feedbackSeason}}季度</span>
|