瀏覽代碼

Merge branch 'nov23'

lex-xin 4 年之前
父節點
當前提交
bbb6ca07aa
共有 2 個文件被更改,包括 5 次插入7 次删除
  1. 1 3
      debug.log
  2. 4 4
      src/views/teamDetail/teamCourseList.vue

+ 1 - 3
debug.log

@@ -1,4 +1,2 @@
 
-[1127/100753.385:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)
-[1127/100753.402:ERROR:filesystem_win.cc(129)] GetFileAttributes C:\Users\lex\AppData\Local\Google\Chrome\User Data\Crashpad\attachments\6cd524b3-9b87-4263-8992-de833b809784: 系统找不到指定的路径。 (0x3)
-[1127/100753.406:ERROR:filesystem_win.cc(129)] GetFileAttributes C:\Users\lex\AppData\Local\Google\Chrome\User Data\Crashpad\attachments\8b20b593-2a91-4130-9aa1-1910ad894bc8: 系统找不到指定的路径。 (0x3)
+[1130/102700.836:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)

+ 4 - 4
src/views/teamDetail/teamCourseList.vue

@@ -206,12 +206,12 @@
               <div>{{ scope.row.status | coursesStatus }}</div>
             </template>
           </el-table-column>
-          <!-- <el-table-column align="center"
-                           label="是否签到">
+          <el-table-column align="center"
+                           label="考勤申诉">
             <template slot-scope="scope">
-              <div>{{ scope.row.isSignIn | attendanceType}}</div>
+              <div>{{ scope.row.isComplaints==1?'是':'否'}}</div>
             </template>
-          </el-table-column> -->
+          </el-table-column>
           <!-- <el-table-column align="center"
                            label="是否签退"
                            fixed="right">