Ver Fonte

03/23 18:38

网管课评价 加学员是否到课
Xiao_Mo há 5 anos atrás
pai
commit
d0024b3224

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/index.html


+ 1 - 1
dist/static/css/chunk-27899eac.542409c7.css → dist/static/css/chunk-44cac781.9b60df2a.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.wrap[data-v-19e79c70]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .leftCell[data-v-19e79c70]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .leftCell[data-v-19e79c70],.wrap .rightCell[data-v-19e79c70]{width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:50px}.wrap .rightCell[data-v-19e79c70]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wrap .rightCell p[data-v-19e79c70]{margin-right:30px}[data-v-19e79c70] .el-tag{cursor:pointer}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.wrap[data-v-45ae9c37]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .leftCell[data-v-45ae9c37]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .leftCell[data-v-45ae9c37],.wrap .rightCell[data-v-45ae9c37]{width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:50px}.wrap .rightCell[data-v-45ae9c37]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wrap .rightCell p[data-v-45ae9c37]{margin-right:30px}[data-v-45ae9c37] .el-tag{cursor:pointer}

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/app.f56d583f.js


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/chunk-27899eac.00271492.js


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/chunk-44cac781.e952c48d.js


+ 18 - 1
src/views/evaluateManager/networkList.vue

@@ -70,6 +70,12 @@
           <el-option label="差" value="差"></el-option>
         </el-select>
       </el-form-item>
+         <el-form-item>
+        <el-select placeholder="是否到课" v-model="searchForm.hasArrived" clearable>
+          <el-option label="到课" value="1"></el-option>
+          <el-option label="未到" value="0"></el-option>
+        </el-select>
+      </el-form-item>
       <el-form-item>
         <el-date-picker
           :clearable="false"
@@ -127,6 +133,13 @@
           </template>
         </el-table-column>
         <el-table-column align="center" prop="courseReview" label="教务评价"></el-table-column>
+          <el-table-column align="center" label="是否到课">
+            <template slot-scope="scope">
+              <div>
+                {{scope.row.attendanceId>0?'到课':'未到'}}
+              </div>
+            </template>
+          </el-table-column>
         <el-table-column align="center" label="操作">
           <!-- v-permission="'evaluateList/look'" -->
           <template slot-scope="scope">
@@ -286,6 +299,7 @@ export default {
         hasHandHomework: null,
         hasReview: null,
         courseReview: null,
+        hasArrived:null,
         month: []
       },
       organList: [],
@@ -369,6 +383,7 @@ export default {
       obj.hasHandHomework = this.searchForm.hasHandHomework || null;
       obj.hasReview = this.searchForm.hasReview || null;
       obj.courseReview = this.searchForm.courseReview || null;
+      obj.hasArrived = this.searchForm.hasArrived || null;
       obj.search = this.searchForm.search;
       if (this.searchForm.month.length > 0) {
         obj.startTime = this.searchForm.month[0];
@@ -433,7 +448,8 @@ export default {
         hasHandHomework: null,
         hasReview: null,
         courseReview: null,
-        month: null
+        month: null,
+        hasArrived:null
       };
       var now = new Date();
 
@@ -465,6 +481,7 @@ export default {
       this.searchForm.hasReview ?obj.hasReview = this.searchForm.hasReview : null;
       this.searchForm.courseReview?obj.courseReview = this.searchForm.courseReview : null;
       this.searchForm.search?obj.search = this.searchForm.search:null;
+       this.searchForm.hasArrived?obj.hasArrived = this.searchForm.hasArrived:null;
       if (this.searchForm.month.length > 0) {
         obj.startTime = this.searchForm.month[0];
         obj.endTime = this.searchForm.month[1];

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff