Browse Source

我的工具坏了

Xiao_Mo 5 years ago
parent
commit
efa7f2c15a

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


+ 1 - 1
dist/static/css/chunk-e8cb49f4.feac4098.css → dist/static/css/chunk-5752fdcc.af959090.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-5914fae0]{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-5914fae0]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .leftCell[data-v-5914fae0],.wrap .rightCell[data-v-5914fae0]{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-5914fae0]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wrap .rightCell p[data-v-5914fae0]{margin-right:30px}[data-v-5914fae0] .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-0a775e5b]{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-0a775e5b]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .leftCell[data-v-0a775e5b],.wrap .rightCell[data-v-0a775e5b]{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-0a775e5b]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wrap .rightCell p[data-v-0a775e5b]{margin-right:30px}[data-v-0a775e5b] .el-tag{cursor:pointer}

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.293b1327.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-5752fdcc.4f1508f5.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-e8cb49f4.ef1ddd2b.js


+ 4 - 3
src/views/evaluateManager/networkList.vue

@@ -42,8 +42,8 @@
       </el-form-item>
       <el-form-item>
         <el-select placeholder="收费类型" v-model="searchForm.isFree" clearable>
-          <el-option label="付费" value="1"></el-option>
-          <el-option label="免费" value="0"></el-option>
+          <el-option label="付费" value="0"></el-option>
+          <el-option label="免费" value="1"></el-option>
         </el-select>
       </el-form-item>
       <el-form-item>
@@ -204,7 +204,7 @@
                 <el-rate v-model="courseScheduleComplaints[0].score" disabled text-color="#ff9900"></el-rate>
               </div>
             </div>
-            <el-input type="textarea" v-model="courseScheduleComplaints.reason"></el-input>
+            <el-input type="textarea" v-model="courseScheduleComplaints[0].reason" disabled></el-input>
           </div>
           <div v-if="courseScheduleReview">
             <div class="rightCell" v-if="courseScheduleReview">
@@ -360,6 +360,7 @@ export default {
       obj.hasHandHomework = this.searchForm.hasHandHomework || null;
       obj.hasReview = this.searchForm.hasReview || null;
       obj.courseReview = this.searchForm.courseReview || null;
+      obj.search = this.searchForm.search;
       if(this.searchForm.month.length > 0){
           obj.startTime = this.searchForm.month[0];
           obj.endTime = this.searchForm.month[1];

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