فهرست منبع

多余内容删除;禁用多选框样式优化;bug修复

chenrui 3 سال پیش
والد
کامیت
e18c31a3b7

+ 0 - 2
src/components/MultiTab/MultiTab.vue

@@ -36,7 +36,6 @@ export default {
       } catch (e) {
       }
     })
-    console.log('rename')
     if (this.pages.length <= this.maxTabNums) {
       this.pages.push(this.$route)
       this.tabsList.push(this.$route.name)
@@ -223,7 +222,6 @@ export default {
       }
     },
     activeKey: function (newPathKey) {
-      console.log('-----' + newPathKey)
       const pages = this.pages.find(item => item.name == newPathKey)
       this.$router.push({ name: newPathKey, params: pages.params, query: pages.query })
     }

+ 2 - 1
src/components/newThem.less

@@ -8,4 +8,5 @@
 @table-padding-vertical: 5px;
 @table-padding-horizontal: 5px;
 @border-color-base: #dedede;
-@border-color-split: #dedede;
+@border-color-split: #dedede;
+@input-disabled-bg: #dedede;

+ 0 - 1
src/layouts/PageView.vue

@@ -99,7 +99,6 @@ export default {
     // }
   },
   mounted () {
-    console.log(window.innerHeight, 'mounted')
     this.tabs = this.directTabs
     this.getPageMeta()
     this.setpageH()

+ 1 - 1
src/views/outboundOrderManagement/outboundOrder/list.vue

@@ -373,7 +373,7 @@ export default {
     },
     setTableH () {
       const tableSearchH = this.$refs.tableSearch.offsetHeight
-      this.tableHeight = window.innerHeight - tableSearchH - 205
+      this.tableHeight = window.innerHeight - tableSearchH - 245
     }
   },
   watch: {