浏览代码

预案演练代码提交

jingyuanchao 2 年之前
父节点
当前提交
4205e405f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>
         </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' }">
           <el-table-column label="序号" align="center" width="60" prop="no"/>
           <el-table-column label="计划名称" align="center" width="200" prop="planName"/>