src/views/mainPlan/sheetMetalRedundantReport/index.vue
@@ -63,7 +63,8 @@ </el-col> <right-toolbar v-model:showSearch="showSearch" @queryTable="getList" @queryTable="handleQuery" @resetTable="resetQuery" ></right-toolbar> </el-row> <HxlhTable @@ -103,7 +104,7 @@ }); const { queryParams } = toRefs(data); const plantList = ref([]); const height = ref(document.documentElement.clientHeight - 220 + "px;"); const height = ref(document.documentElement.clientHeight - 210 + "px;"); // 表格配置-列表 const columns = ref([]); // 分页属性