无人机管理后台前端(已迁走)
罗广辉
2025-10-11 02409bfbe15f22fc3b5dccadabfd860a660a49d9
src/views/resource/attach.vue
@@ -56,8 +56,7 @@
        dialogClickModal: false,
        height: 'auto',
        calcHeight: 0,
        calcHeight: 20,
        column: [
          {
            label: '附件地址',
@@ -157,6 +156,9 @@
                trigger: 'blur',
              },
            ],
              change: (value) => {
               this.searchChange({ ...this.query,daterange:value.value}, () => {});
            }
          },
        ],
      },
@@ -316,13 +318,4 @@
}
</script>
<style scoped lang="scss">
:deep() {
  .avue-crud__body {
    .el-form {
      height: 745px;
      overflow: auto;
    }
  }
}
</style>
<style scoped lang="scss"></style>