hailin
2023-07-12 d79d81f53324911b03f521cd2b71054ed9278cab
分支
用户 hailin <1356886193@qq.com>
星期三, 七月 12, 2023 14:40 +0800
提交者 hailin <1356886193@qq.com>
星期三, 七月 12, 2023 14:40 +0800
提交d79d81f53324911b03f521cd2b71054ed9278cab
目录 a384fd6e8f9bfc5137a038589a8acbcdf543f949 目录 | zip | gz
上一版本 69bb1e52150a7f3aeda62259c094af2a251873c6 查看 | 对比
第一次提交
已添加110个文件
5113 ■■■■■ 文件已修改
.editorconfig 14 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.env.development 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.env.production 7 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.env.staging 10 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.eslintignore 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
.eslintrc.js 198 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.gitignore 16 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.travis.yml 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
LICENSE 21 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
babel.config.js 14 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
build/index.js 35 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
jest.config.js 24 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
jsconfig.json 9 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
mock/index.js 57 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
mock/mock-server.js 81 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
mock/table.js 29 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
mock/user.js 84 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
mock/utils.js 25 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
package.json 64 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
postcss.config.js 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
public/favicon.ico 对比 | 查看 | 原始文档 | blame | 历史
public/index.html 17 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/App.vue 11 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/api/standardLibrary.js 17 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/api/table.js 9 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/api/user.js 53 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/assets/404_images/404.png 对比 | 查看 | 原始文档 | blame | 历史
src/assets/404_images/404_cloud.png 对比 | 查看 | 原始文档 | blame | 历史
src/assets/404_images/backgroud.png 对比 | 查看 | 原始文档 | blame | 历史
src/assets/404_images/logo.png 对比 | 查看 | 原始文档 | blame | 历史
src/components/Breadcrumb/index.vue 80 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/Hamburger/index.vue 44 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/SvgIcon/index.vue 62 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/index.js 9 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/dashboard.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/example.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/eye-open.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/eye.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/form.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/link.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/nested.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/password.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/table.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/tree.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/user.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svgo.yml 22 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/AppMain.vue 48 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Navbar.vue 158 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/FixiOSBug.js 26 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/Item.vue 41 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/Link.vue 43 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/Logo.vue 88 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/SidebarItem.vue 95 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/index.vue 56 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/index.js 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/index.vue 107 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/mixin/ResizeHandler.js 45 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main.js 44 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/permission.js 64 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/router/index.js 319 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/settings.js 16 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/store/getters.js 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/store/index.js 19 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/store/modules/app.js 48 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/store/modules/settings.js 32 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/store/modules/user.js 97 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/styles/element-ui.scss 92 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/styles/index.scss 85 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/styles/mixin.scss 28 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/styles/sidebar.scss 230 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/styles/transition.scss 48 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/styles/variables.scss 39 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/utils/auth.js 15 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/utils/get-page-title.js 10 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/utils/index.js 117 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/utils/request.js 84 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/utils/validate.js 20 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/404.vue 228 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/chart/center/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/chart/shota/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/chart/spc/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/chart/work/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/home/index.vue 97 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/laboratory/gather/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/laboratory/ledger/index.vue 296 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/laboratory/measure/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/laboratory/personnel/index.vue 169 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/login/index.vue 241 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/message/message/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/message/toDo/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/personal/myBusiness/index.vue 15 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/personal/myInformation/index.vue 194 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/rawMaterials/checkTheReport/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/rawMaterials/nonConformanceReview/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/rawMaterials/nonConformingFeedback/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/rawMaterials/passRateStatistics/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/rawMaterials/planAssignments/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/rawMaterials/print/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/rawMaterials/rawMaterialInspection/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/rawMaterials/reportAuditing/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/rawMaterials/reportForInspection/index.vue 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/standardLibrary/index.vue 238 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/.eslintrc.js 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/components/Breadcrumb.spec.js 98 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/components/Hamburger.spec.js 18 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/components/SvgIcon.spec.js 22 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/utils/formatTime.spec.js 30 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/utils/param2Obj.spec.js 14 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/utils/parseTime.spec.js 35 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/utils/validate.spec.js 17 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史