chengxiangling
2025-05-16 444ba76f4cca8a9df3faf61ab33ec631aec7fbba
src/views/mainPlan/abnormalPartNumberReport/index.vue
@@ -61,7 +61,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, form, rules } = toRefs(data);
const plantList = ref([]);
const height = ref(document.documentElement.clientHeight - 220 + "px;");
const height = ref(document.documentElement.clientHeight - 210 + "px;");
// 表格配置-列表
const columns = ref([]);
// 分页属性