文件名称:vue实现表头固定、表体可下拉刷新上拉加载
文件大小:1.19MB
文件格式:RAR
更新时间:2022-05-16 12:14:33
vue 表格固定表头 上拉加载下拉
vue代码实现表格的表头固定、表体在一定区域内显示,可下拉刷新上拉加载。并且可以访问本地且不在static文件夹内的json文件(仅限本地调试使用,打包后访问可能有问题)。
【文件预览】:
.babelrc
config
----index.js(2KB)
----prod.env.js(65B)
----dev.env.js(163B)
package.json
index.html
static
----list.json(8KB)
----orderceshi.json(14KB)
----.gitkeep(0B)
dist
----index.html(541B)
----static()
--------css()
--------list.json(8KB)
--------img()
--------js()
src
----router.config.js(443B)
----App.vue(2KB)
----assets()
--------checked.png(2KB)
--------iconfont()
--------select_to.png(2KB)
--------circle.png(35KB)
----pages()
--------unqualified()
----common()
--------HttpService.js(2KB)
--------rem.js(639B)
--------Tool.js(6KB)
--------env.js(956B)
----main.js(2KB)
----JSON()
--------orderceshi.json(1KB)
----components()
--------header.vue(2KB)
--------search.vue(6KB)
----styles()
--------common.scss(5KB)
--------mixin.scss(4KB)
----utils()
--------otherUtils.js(2KB)
--------alertUtils.js(2KB)
--------dateUtils.js(7KB)
--------httpUtils.js(2KB)
--------stringUtils.js(14KB)
----vuex()
--------store.js(1KB)
--------types.js(342B)
.eslintrc.js
.project
.gitignore
README.md
.eslintignore
.editorconfig
build
----utils.js(3KB)
----build.js(1KB)
----webpack.prod.conf.js(5KB)
----check-versions.js(1KB)
----webpack.dev.conf.js(4KB)
----logo.png(7KB)
----webpack.base.conf.js(2KB)
----vue-loader.conf.js(575B)
.postcssrc.js