Explorar o código

LY 专项培训 年度培训

ly %!s(int64=3) %!d(string=hai) anos
pai
achega
7c5c621c31
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      ui/src/views/training/spec/mentorfeedback/index.vue

+ 2 - 2
ui/src/views/training/spec/mentorfeedback/index.vue

@@ -47,7 +47,7 @@
           :height="clientHeight"
           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">
             <template slot-scope="scope">
               <span>{{scope.row.feedbackYear}}年{{scope.row.feedbackMonth}}月</span>
@@ -153,7 +153,7 @@
           ref="feedbackListSeasonalTable"
           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">
             <template slot-scope="scope">
               <span>{{scope.row.feedbackYear}}年{{scope.row.feedbackSeason}}季度</span>