Browse Source

优化老师时间管理

Xiao_Mo 5 years ago
parent
commit
1f6c545c27

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


+ 1 - 1
dist/static/css/chunk-fedb26e6.42776cfd.css → dist/static/css/chunk-6e378d45.f6ed9658.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}.tr-cotainer{margin-top:20px}.teacherInfo .infoWrap[data-v-e8f005a4]{margin-top:20px;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}.teacherInfo .infoWrap .left[data-v-e8f005a4]{max-width:1000px;width:100%}.teacherInfo .infoWrap .left h4[data-v-e8f005a4]{margin-bottom:20px}.teacherInfo .infoWrap .right[data-v-e8f005a4]{margin-left:100px}.teacherInfo .infoWrap .right .teacherIcon[data-v-e8f005a4]{width:150px;height:150px;border-radius:50%;overflow:hidden}.teacherInfo .infoWrap .right .teacherIcon img[data-v-e8f005a4]{width:150px;height:150px}[data-v-e8f005a4] .el-form-item{width:100%}[data-v-e8f005a4] .el-date-editor.el-input,[data-v-e8f005a4] .el-select{width:100%!important}[data-v-e8f005a4] .el-form-item__content{font-size:14px!important;margin-right:5%}.courseInfo h4{margin-bottom:20px}.courseInfo .tableMargin{margin-top:20px}.wrap[data-v-ef7c3a48]{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}[data-v-ef7c3a48] .el-textarea__inner{width:254px}
+.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}.tr-cotainer{margin-top:20px}.teacherInfo .infoWrap[data-v-e8f005a4]{margin-top:20px;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}.teacherInfo .infoWrap .left[data-v-e8f005a4]{max-width:1000px;width:100%}.teacherInfo .infoWrap .left h4[data-v-e8f005a4]{margin-bottom:20px}.teacherInfo .infoWrap .right[data-v-e8f005a4]{margin-left:100px}.teacherInfo .infoWrap .right .teacherIcon[data-v-e8f005a4]{width:150px;height:150px;border-radius:50%;overflow:hidden}.teacherInfo .infoWrap .right .teacherIcon img[data-v-e8f005a4]{width:150px;height:150px}[data-v-e8f005a4] .el-form-item{width:100%}[data-v-e8f005a4] .el-date-editor.el-input,[data-v-e8f005a4] .el-select{width:100%!important}[data-v-e8f005a4] .el-form-item__content{font-size:14px!important;margin-right:5%}.courseInfo h4{margin-bottom:20px}.courseInfo .tableMargin{margin-top:20px}.wrap[data-v-723fb00b]{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}[data-v-723fb00b] .el-textarea__inner{width:254px}

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6e378d45.96d1c955.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-fedb26e6.3bee4bae.js


+ 5 - 1
src/views/teacherManager/teacherDetail/components/timerList.vue

@@ -48,7 +48,11 @@
             <div>{{scope.row.transType | transTypeFilter}}</div>
           </template>
         </el-table-column>
-        <el-table-column align="center" prop="operatorId" label="操作人"></el-table-column>
+        <el-table-column align="center" prop="operatorId" label="操作人">
+           <template slot-scope="scope">
+            <div>{{scope.row.operatorId?scope.row.operatorId:scope.row.userId}}</div>
+          </template>
+        </el-table-column>
         <el-table-column align="center" prop="transMinutes" label="时间变动/分钟">
           <template slot-scope="scope">
             <div>{{scope.row.transMinutes +'分钟'}}</div>

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