Ver código fonte

Merge branch 'nov23' into Nov16thResetMusic

mo 4 anos atrás
pai
commit
ef08ebb7d5
1 arquivos alterados com 13 adições e 0 exclusões
  1. 13 0
      src/views/teamDetail/teamCourseList.vue

+ 13 - 0
src/views/teamDetail/teamCourseList.vue

@@ -207,6 +207,19 @@
             </template>
           </el-table-column>
           <el-table-column align="center"
+                           label="考勤申诉">
+            <template slot-scope="scope">
+              <div>{{ scope.row.isComplaints==1?'是':'否'}}</div>
+            </template>
+          </el-table-column>
+          <!-- <el-table-column align="center"
+                           label="是否签退"
+                           fixed="right">
+            <template slot-scope="scope">
+              <div>{{ scope.row.isSignOut | attendanceOutType}}</div>
+            </template>
+          </el-table-column> -->
+          <el-table-column align="center"
                            prop="isCallNames"
                            label="是否点名"
                            fixed="right">