Browse Source

预案演练代码提交

jingyuanchao 2 years ago
parent
commit
4205e405f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/core/drill/plan/index.vue

+ 1 - 1
src/views/core/drill/plan/index.vue

@@ -55,7 +55,7 @@
           <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
           <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
         </el-row>
         </el-row>
 
 
-        <el-table max-height="550px" border :data="planList" @selection-change="handleSelectionChange" row-key="id"
+        <el-table height="500" max-height="550px" border :data="planList" @selection-change="handleSelectionChange" row-key="id"
                   :tree-props="{ children: 'children' }">
                   :tree-props="{ children: 'children' }">
           <el-table-column label="序号" align="center" width="60" prop="no"/>
           <el-table-column label="序号" align="center" width="60" prop="no"/>
           <el-table-column label="计划名称" align="center" width="200" prop="planName"/>
           <el-table-column label="计划名称" align="center" width="200" prop="planName"/>