Browse Source

10/19 课表列表+创建日期

mo 4 years ago
parent
commit
d214008d65

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


+ 1 - 1
dist/static/css/chunk-5b65359f.33903005.css → dist/static/css/chunk-4d6504fc.0fab6aa7.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}.inputStyle[data-v-92ffe0b0]{width:100px;text-align:center}.title[data-v-0eb05fc4]{margin-bottom:20px}.amap-demo[data-v-0eb05fc4]{height:300px}.inputStyle[data-v-7d789d15]{width:100px;text-align:center}.work[data-v-7d789d15]{margin-bottom:30px;font-size:16px}.visible[data-v-7a1484b1]{visibility:hidden}.cl-container .topFrom[data-v-7a1484b1]{margin:20px 30px 0}.cl-container .topFrom .classlist[data-v-7a1484b1]{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cl-container .topFrom .classlist ul li[data-v-7a1484b1]{list-style:none}.cl-container .searchForm[data-v-7a1484b1]{margin:0 30px}.btnWraps[data-v-7a1484b1]{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}.btnWraps div[data-v-7a1484b1]{margin-right:20px}.inputStyle[data-v-7a1484b1]{width:180px}.red[data-v-7a1484b1]{color:red}.exportBtn[data-v-7a1484b1]{background:#13817a}
+.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}.inputStyle[data-v-92ffe0b0]{width:100px;text-align:center}.title[data-v-0eb05fc4]{margin-bottom:20px}.amap-demo[data-v-0eb05fc4]{height:300px}.inputStyle[data-v-7d789d15]{width:100px;text-align:center}.work[data-v-7d789d15]{margin-bottom:30px;font-size:16px}.visible[data-v-30baab34]{visibility:hidden}.cl-container .topFrom[data-v-30baab34]{margin:20px 30px 0}.cl-container .topFrom .classlist[data-v-30baab34]{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cl-container .topFrom .classlist ul li[data-v-30baab34]{list-style:none}.cl-container .searchForm[data-v-30baab34]{margin:0 30px}.btnWraps[data-v-30baab34]{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}.btnWraps div[data-v-30baab34]{margin-right:20px}.inputStyle[data-v-30baab34]{width:180px}.red[data-v-30baab34]{color:red}.exportBtn[data-v-30baab34]{background:#13817a}

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


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-5b65359f.98bcac43.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-e428f026.634c8e97.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-e428f026.82e5a1a1.js


+ 6 - 0
src/views/teamDetail/teamCourseList.vue

@@ -155,6 +155,12 @@
                            prop="id"
                            label="课程编号"></el-table-column>
           <el-table-column align="center"
+                           label="创建时间">
+            <template slot-scope="scope">
+              <div>{{scope.row.createTime | dayjsFormat}}</div>
+            </template>
+          </el-table-column>
+          <el-table-column align="center"
                            width="200px"
                            label="上课时间">
             <template slot-scope="scope">{{ scope.row.startClassTime ? scope.row.startClassTime.substr(0, 16) : '' }}-{{ scope.row.endClassTime ? scope.row.endClassTime.substr(11,5) : ''}}</template>

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