Browse Source

0202 14:01

111
261568008@qq.com 5 years ago
parent
commit
9e0fc0eda6

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


+ 1 - 1
dist/static/css/chunk-4bf905da.ec277616.css → dist/static/css/chunk-47520658.f4dcc2c0.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}.newBand[data-v-74820044]{display:inline-block;margin-right:10px}.right-code .title[data-v-74820044]{font-size:18px;text-align:center;padding-bottom:8px}
+.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}.newBand[data-v-74f80796]{display:inline-block;margin-right:10px}.right-code .title[data-v-74f80796]{font-size:18px;text-align:center;padding-bottom:8px}

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-47520658.8704d35e.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-4bf905da.9e9cfc97.js


+ 1 - 1
src/views/studentManager/studentList.vue

@@ -365,7 +365,7 @@ export default {
           let link = document.createElement("a")
           let nowTime = new Date()
           let ymd = nowTime.getFullYear() + (nowTime.getMonth() + 1) + nowTime.getDate()
-          let fname = `未激活学生` + ymd //下载文件的名字
+          let fname = `导出学员名单` + ymd //下载文件的名字
           link.href = objectUrl
           link.setAttribute("download", fname)
           document.body.appendChild(link)

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