lsc 1 year ago
parent
commit
38bb9935ce

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


File diff suppressed because it is too large
+ 1 - 1
dist/report.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-491fa95d.c24e9146.css


+ 1 - 0
dist/static/css/chunk-4a7972aa.dbd75fd0.css

@@ -0,0 +1 @@
+.navTitle[data-v-b3d39ece]{font-size:.42667rem;color:#fff}.home-container[data-v-b3d39ece]{height:100vh;overflow:hidden}.home-container .step_box[data-v-b3d39ece]{margin-top:1.5rem;width:100%;height:calc(100vh - 2.83333rem);overflow:auto;position:relative}.home-container .edit_top[data-v-b3d39ece]{width:100%;margin:0 auto}.home-container .edit_top[data-v-b3d39ece] .el-button{width:100%;height:1.33333rem;text-align:center;font-size:.42667rem}

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-671009b6.cbb2da16.css


+ 0 - 1
dist/static/css/chunk-c467214c.90a8d9be.css

@@ -1 +0,0 @@
-.navTitle[data-v-3aaffadd]{font-size:.42667rem;color:#fff}.home-container[data-v-3aaffadd]{height:100vh;overflow:hidden}.home-container .step_box[data-v-3aaffadd]{margin-top:1.5rem;width:100%;height:calc(100vh - 2.83333rem);overflow:auto;position:relative}.home-container .edit_top[data-v-3aaffadd]{width:100%;margin:0 auto}.home-container .edit_top[data-v-3aaffadd] .el-button{width:100%;height:1.33333rem;text-align:center;font-size:.42667rem}

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-491fa95d.c0b08404.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-4a7972aa.36efe27a.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-671009b6.1abd461e.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-c467214c.01c6d371.js


+ 3 - 3
src/views/test/components/typeFilter.vue

@@ -44,8 +44,8 @@ export default {
       groupA: 0,
       groupAType: [
         { id: 0, name: '全部' },
-        { id: 1, name: '已完成' },
-        { id: 2, name: '未完成' }
+        { id: 2, name: '未完成' },
+        { id: 1, name: '已完成' }
       ],
       typeArray: [],
       typeCheck: ''
@@ -197,4 +197,4 @@ export default {
   opacity: 0.5;
   z-index: 1;
 }
-</style>
+</style>

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