Browse Source

03/04 13:29

111
261568008@qq.com 5 years ago
parent
commit
eac71a61f2

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


+ 1 - 1
dist/static/css/chunk-2e87d30a.0fbb0ea1.css → dist/static/css/chunk-5e2984e2.bd275131.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-870da370]{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}.wrap div[data-v-870da370]{margin-right:20px}
+.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-eae2b6fa]{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}.wrap div[data-v-eae2b6fa]{margin-right:20px}

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-2e87d30a.86b1b768.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-5e2984e2.a5792b16.js


+ 2 - 2
src/views/accompanyManager/accompanys.vue

@@ -41,9 +41,9 @@
             <div>{{ scope.row.classDate | formatTimer}}</div>
           </template>
         </el-table-column>
-        <!-- <el-table-column label="是否点名" align="center" prop="status">
+        <el-table-column label="是否点名" align="center" prop="status">
           <template slot-scope="scope">{{ scope.row.isCallNames ? '是' : '否' }}</template>
-        </el-table-column> -->
+        </el-table-column>
         <el-table-column label="课程状态" align="center" prop="status">
           <template slot-scope="scope">
             <div>{{ scope.row.status | coursesStatus }}</div>

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