src/views/workreport/workreport.vue
@@ -1,5 +1,10 @@
<template>
  <basic-container class="workreply">
  <basic-container
    :class="[
      'workreply',
      $store.state.control.windowWidth >= 1024 ? 'oneRowSearch' : '',
    ]"
  >
    <avue-crud
      :option="option"
      :table-loading="loading"
@@ -70,6 +75,7 @@
        pageSize: 10,
        currentPage: 1,
        total: 0,
        ...this.$store.state.control.changePageSize,
      },
      selectionList: [],
      option: {
@@ -91,6 +97,7 @@
        menuWidth: 320,
        dialogClickModal: false,
        column: workreportColumn,
        ...this.$store.state.control.clearOtherBut,
      },
      data: [],
    };