src/views/mainPlan/workOrderJobLog/index.vue
@@ -99,6 +99,7 @@ <HxlhTable style="width: 100%" :virtualYConfig="virtualYConfig" :columns="columns" :data="LogList" :loading="loading" @@ -154,7 +155,10 @@ const { proxy } = getCurrentInstance(); const height = ref(document.documentElement.clientHeight - 270 + "px;") const virtualYConfig = { enabled: true, gt: 0 }; const LogList = ref([]); const open = ref(false); const loading = ref(true);