CD配唱片
2025-05-08 e3e17a37d85f50bace525ed019ee0cd8d39143eb
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);