guhongwei 4 years ago
parent
commit
40629c2b26
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/user/teaLeave.vue

+ 3 - 0
src/views/user/teaLeave.vue

@@ -7,6 +7,9 @@
         </el-col>
         <el-col :span="24" class="main">
           <el-col :span="24" class="list" v-for="(item, index) in leaveList" :key="index">
+            <el-col :span="24" style="text-align:center;font-weight:bold;">
+              学生姓名:<span style="color:red;">{{ item.stuname }} </span>
+            </el-col>
             <el-col :span="16" class="time">
               <p>开始时间:{{ item.starttime }}</p>
               <p>结束时间:{{ item.endtime }}</p>