瀏覽代碼

05/28 18:16

11
mo 5 年之前
父節點
當前提交
0179b5fcca

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-24e8c65d.978b914a.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-24e8c65d.a7d7556a.js


+ 5 - 5
src/views/recodeManager/recodeList.vue

@@ -11,7 +11,7 @@
         <el-form-item>
           <el-input v-model.trim="searchForm.search"
                     @keyup.enter.native="search"
-                    placeholder='老师编号或老师学生'></el-input>
+                    placeholder='老师编号,姓名,课程编号,课程名'></el-input>
         </el-form-item>
         <el-form-item prop="organId">
           <el-select class="multiple"
@@ -37,9 +37,9 @@
         <el-form-item>
           <el-select v-model.trim="searchForm.signInStatus"
                      placeholder="签到状态">
-            <el-option :value="0"
-                       label="正常签到"></el-option>
             <el-option :value="1"
+                       label="正常签到"></el-option>
+            <el-option :value="0"
                        label="异常签到"></el-option>
             <el-option :value="3"
                        label="未签到"></el-option>
@@ -48,9 +48,9 @@
         <el-form-item>
           <el-select v-model.trim="searchForm.signOutStatus"
                      placeholder="签退状态">
-            <el-option :value="0"
-                       label="正常签退"></el-option>
             <el-option :value="1"
+                       label="正常签退"></el-option>
+            <el-option :value="0"
                        label="异常签退"></el-option>
             <el-option :value="3"
                        label="未签退"></el-option>

Some files were not shown because too many files changed in this diff