Selaa lähdekoodia

1211 21:55

提测
mo 5 vuotta sitten
vanhempi
commit
d7e2ab0243

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
dist/index.html


+ 1 - 1
dist/static/css/chunk-8bab00d2.9c85115b.css → dist/static/css/chunk-05cf3609.5279d8c0.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}.vipwrap[data-v-25e5d8c7]{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:start;-ms-flex-pack:start;justify-content:flex-start}.vipwrap .newBand[data-v-25e5d8c7]{margin-right:20px}.resetClassForm[data-v-25e5d8c7] .el-date-editor.el-input,.resetClassForm[data-v-25e5d8c7] .el-date-editor.el-input__inner{width:180px!important}[data-v-25e5d8c7] .el-date-editor.el-input,[data-v-25e5d8c7] .el-date-editor.el-input__inner{width:100px!important}
+.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}.vipwrap[data-v-c8f6c096]{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:start;-ms-flex-pack:start;justify-content:flex-start}.vipwrap .newBand[data-v-c8f6c096]{margin-right:20px}.resetClassForm[data-v-c8f6c096] .el-date-editor.el-input,.resetClassForm[data-v-c8f6c096] .el-date-editor.el-input__inner{width:180px!important}[data-v-c8f6c096] .el-date-editor.el-input,[data-v-c8f6c096] .el-date-editor.el-input__inner{width:100px!important}

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
dist/static/js/app.40d594c2.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
dist/static/js/chunk-05cf3609.e961e88e.js


+ 0 - 0
dist/static/js/chunk-2dd74c68.33537842.js → dist/static/js/chunk-2dd74c68.629e5622.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
dist/static/js/chunk-8bab00d2.aadd1dd3.js


+ 1 - 0
src/views/vipClass/vipDetail/components/teacherRecord.vue

@@ -69,6 +69,7 @@
                          width="300px"
                          prop="startClassTime">
           <template slot-scope="scope">
+            <!--  {{ scope.row.classDate }} {{ scope.row.startClassTime ? scope.row.startClassTime.substr(0, 5) : '' }}-{{ scope.row.endClassTime ? scope.row.endClassTime.substr(0, 5) : '' }} -->
             <div>
               <p>{{ scope.row.startClassTime }}-{{ scope.row.endClassTime | endTime  }}</p>
             </div>

+ 9 - 0
src/views/vipClass/vipReset.vue

@@ -22,6 +22,7 @@
                 @selection-change="handleSelectionChange"
                 :header-cell-style="{background:'#EDEEF0',color:'#444'}">
         <el-table-column type="selection"
+                         :selectable='isDisabled'
                          width="55">
         </el-table-column>
         <el-table-column label="课程名称"
@@ -507,6 +508,13 @@ export default {
         }
       })
     },
+    isDisabled (row, index) {
+      if (!row.isSettlement) {
+        return false
+      } else {
+        return true;
+      }
+    },
     // 分钟小时相加减
     MinutesTest (str, interval) {
       let houer = str.split(':')[0];
@@ -586,6 +594,7 @@ export default {
         if (res.code == 200) {
           this.$message.success('修改成功')
           this.addrVisible = false;
+          this.getList();
         }
       })
     }

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä