Browse Source

06/05 14:40

11
mo 5 years ago
parent
commit
23037b5d19

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


+ 1 - 1
dist/static/css/chunk-4a7d856c.f0ff2a7a.css → dist/static/css/chunk-1f5b33ef.adfd88df.css

@@ -1 +1 @@
-.wrap[data-v-c506f63a]{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-c506f63a]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .leftCell[data-v-c506f63a],.wrap .rightCell[data-v-c506f63a]{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-c506f63a]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wrap .rightCell p[data-v-c506f63a]{margin-right:30px}[data-v-c506f63a] .el-tag{cursor:pointer}
+.wrap[data-v-d913ea80]{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-d913ea80]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .leftCell[data-v-d913ea80],.wrap .rightCell[data-v-d913ea80]{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-d913ea80]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wrap .rightCell p[data-v-d913ea80]{margin-right:30px}[data-v-d913ea80] .el-tag{cursor:pointer}

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-1f5b33ef.2c991a88.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-4a7d856c.bb8c8cc6.js


+ 2 - 2
src/views/evaluateManager/vipEvaluateList.vue

@@ -52,7 +52,7 @@
                      value="0"></el-option>
         </el-select>
       </el-form-item>
-      <el-form-item>
+      <!-- <el-form-item>
         <el-select placeholder="教务评价"
                    v-model="searchForm.courseReview"
                    clearable>
@@ -63,7 +63,7 @@
           <el-option label="差"
                      value="差"></el-option>
         </el-select>
-      </el-form-item>
+      </el-form-item> -->
       <!-- <el-form-item>
         <el-select placeholder="是否到课"
                    v-model="searchForm.hasArrived"

+ 3 - 3
src/views/resetTeaming/components/resetSound.vue

@@ -11,12 +11,12 @@
                        width="180px;"
                        prop="yuji"
                        label="课程费用">
-        <template slot-scope="scope">
+        <!-- <template slot-scope="scope">
           <div>
             <el-input style="width:100px"
                       v-model.trim="scope.row.yuji"></el-input>
           </div>
-        </template>
+        </template> -->
       </el-table-column>
       <el-table-column label="可选乐器规格"
                        align="center"
@@ -342,7 +342,7 @@ export default {
 
       sessionStorage.setItem('resetCode', '2');
       // 获取所有声部
-      getSoundTree({tenantId:1}).then(res => {
+      getSoundTree({ tenantId: 1 }).then(res => {
         if (res.code == 200) {
           this.soundList = res.data.rows;
           // // 生成动态的checkList

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