Browse Source

修改日执行计划固定5行数据

Shan9312 1 year ago
parent
commit
a4d90c6cd4
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/formulationPlan/dailyExecutionPlan/index.vue

+ 3 - 2
src/views/formulationPlan/dailyExecutionPlan/index.vue

@@ -70,7 +70,7 @@
           highlight-current-row
           style="width: 98%;"
           row-key="sort"
-          :row-style="rowStyle"
+          :row-style="rowStyle1"
           :cell-style="cellStyle"
           class="elTable table-fixed"
           :row-class-name="tableRowClassName"
@@ -1130,7 +1130,8 @@ export default {
       },
       isokDisable: false,
       requestParam: {},
-      rowStyle: { height: 80 + 'px' },
+      rowStyle: { maxHeight:30 + 'px', height: 30 + 'px' },
+      rowStyle1:{ height: 80 + 'px' },
       cellStyle: { padding: 0 + 'px' },
       isShowDialog: false,
       activeName: '栏舍配方',