Browse Source

refactor(表格配置): 移除子表高度自动计算配置

yz 1 month ago
parent
commit
7aa2ff22ba
2 changed files with 6 additions and 6 deletions
  1. 3 3
      src/views/forecast-summary/summaryIndex.js
  2. 3 3
      src/views/forecast/forecastIndex.js

+ 3 - 3
src/views/forecast-summary/summaryIndex.js

@@ -175,11 +175,11 @@ import { mapGetters } from 'vuex'
            }
          ]
        },
-       
+
        // 子表(展开区)表格配置:展示 pcBladeSalesForecastSummaryList
        childOption: {
-         height: 'auto',
-         calcHeight: 0,
+        //  height: 'auto',
+        //  calcHeight: 0,
          tip: false,
          searchShow: false,
          border: true,

+ 3 - 3
src/views/forecast/forecastIndex.js

@@ -193,8 +193,8 @@ export default {
       },
       // 子表(展开区)表格配置:展示 pcBladeSalesForecastSummaryList
       childOption: {
-        height: 'auto',
-        calcHeight: 0,
+        // height: 'auto',
+        // calcHeight: 0,
         tip: false,
         searchShow: false,
         border: true,
@@ -290,7 +290,7 @@ export default {
   },
 
   methods: {
-    
+
     /**
      * 检查是否可以编辑
      * @param {ForecastRecord} row - 预测记录行数据