无人机管理后台前端(已迁走)
罗广辉
2025-05-29 2045f3ec13a528e1acf6961da156c5204974e3bd
feat: 统一去除高度
37 files modified
128 ■■■■ changed files
src/const/tool/model.js 1 ●●●● patch | view | raw | blame | history
src/option/job/jobinfo.js 2 ●●●●● patch | view | raw | blame | history
src/option/job/jobserver.js 2 ●●●●● patch | view | raw | blame | history
src/option/system/dict.js 2 ●●●●● patch | view | raw | blame | history
src/option/system/dictbiz.js 4 ●●●● patch | view | raw | blame | history
src/page/index/index.vue 13 ●●●●● patch | view | raw | blame | history
src/views/desk/notice.vue 2 ●●●●● patch | view | raw | blame | history
src/views/device/components/devicePerShare.vue 6 ●●●●● patch | view | raw | blame | history
src/views/device/components/firmwareManage.vue 2 ●●●●● patch | view | raw | blame | history
src/views/device/devicePerMenu.vue 2 ●●●●● patch | view | raw | blame | history
src/views/flow/follow.vue 2 ●●●●● patch | view | raw | blame | history
src/views/flow/manager.vue 2 ●●●●● patch | view | raw | blame | history
src/views/flow/model.vue 2 ●●●●● patch | view | raw | blame | history
src/views/monitor/log/usual.vue 2 ●●●●● patch | view | raw | blame | history
src/views/odm/task.vue 2 ●●●●● patch | view | raw | blame | history
src/views/report/reportlist.vue 2 ●●●●● patch | view | raw | blame | history
src/views/resource/attach.vue 2 ●●●●● patch | view | raw | blame | history
src/views/resource/media.vue 4 ●●● patch | view | raw | blame | history
src/views/resource/oss.vue 2 ●●●●● patch | view | raw | blame | history
src/views/resource/sms.vue 2 ●●●●● patch | view | raw | blame | history
src/views/resource/wayline.vue 26 ●●●● patch | view | raw | blame | history
src/views/resource/waylineFile.vue 4 ●●● patch | view | raw | blame | history
src/views/system/client.vue 2 ●●●●● patch | view | raw | blame | history
src/views/system/post.vue 2 ●●●●● patch | view | raw | blame | history
src/views/system/sysConfig.vue 10 ●●●●● patch | view | raw | blame | history
src/views/system/tenant.vue 2 ●●●●● patch | view | raw | blame | history
src/views/system/tenantpackage.vue 2 ●●●●● patch | view | raw | blame | history
src/views/system/topmenu.vue 2 ●●●●● patch | view | raw | blame | history
src/views/system/user.vue 4 ●●● patch | view | raw | blame | history
src/views/tool/code.vue 2 ●●●●● patch | view | raw | blame | history
src/views/tool/datasource.vue 2 ●●●●● patch | view | raw | blame | history
src/views/work/claim.vue 2 ●●●●● patch | view | raw | blame | history
src/views/work/done.vue 2 ●●●●● patch | view | raw | blame | history
src/views/work/send.vue 2 ●●●●● patch | view | raw | blame | history
src/views/work/start.vue 2 ●●●●● patch | view | raw | blame | history
src/views/work/todo.vue 2 ●●●●● patch | view | raw | blame | history
src/views/workspace/index.vue 2 ●●●●● patch | view | raw | blame | history
src/const/tool/model.js
@@ -138,7 +138,6 @@
];
export const option = {
  height: 'auto',
  searchShow: true,
  searchMenuSpan: 6,
  tip: false,
src/option/job/jobinfo.js
@@ -116,8 +116,6 @@
];
export default {
  height: 'auto',
  calcHeight: 30,
  tip: false,
  searchShow: true,
  searchMenuSpan: 6,
src/option/job/jobserver.js
@@ -1,6 +1,4 @@
export default {
  height: 'auto',
  calcHeight: 30,
  tip: false,
  searchShow: true,
  searchMenuSpan: 6,
src/option/system/dict.js
@@ -86,8 +86,6 @@
};
export const optionChild = {
  height: 'auto',
  calcHeight: 95,
  tip: false,
  searchShow: true,
  searchMenuSpan: 10,
src/option/system/dictbiz.js
@@ -1,6 +1,4 @@
export const optionParent = {
  height: 'auto',
  calcHeight: 32,
  tip: false,
  searchShow: true,
  searchMenuSpan: 10,
@@ -89,8 +87,6 @@
};
export const optionChild = {
  height: 'auto',
  calcHeight: 95,
  tip: false,
  searchShow: true,
  searchMenuSpan: 10,
src/page/index/index.vue
@@ -112,3 +112,16 @@
  },
};
</script>
<style lang="scss" scoped>
#avue-view{
  :deep(){
    .avue-crud__body{
      .el-form{
        height: 745px;
        overflow: auto;
      }
    }
  }
}
</style>
src/views/desk/notice.vue
@@ -54,8 +54,6 @@
      },
      selectionList: [],
      option: {
        height: 'auto',
        calcHeight: 32,
        dialogWidth: 950,
        tip: false,
        searchShow: true,
src/views/device/components/devicePerShare.vue
@@ -46,8 +46,6 @@
      option: {
        lazy: true,
        tree: true,
        height: 'auto',
        calcHeight: 32,
        dialogWidth: 750,
        tip: false,
        searchShow: true,
@@ -176,7 +174,7 @@
      // 添加毫秒级时间戳
      row['createTime'] = Date.now();
      row['deviceSn'] = this.deviceSn;
      add(row).then(
        () => {
          this.initFlag = false;
@@ -309,4 +307,4 @@
.firmware_status:hover {
  cursor: pointer;
}
</style>
</style>
src/views/device/components/firmwareManage.vue
@@ -101,8 +101,6 @@
      option: {
        lazy: true,
        tree: true,
        height: 'atuo',
        calcHeight: 32,
        dialogWidth: 950,
        tip: false,
        searchShow: true,
src/views/device/devicePerMenu.vue
@@ -41,8 +41,6 @@
      },
      selectionList: [],
      option: {
        height: 'atuo',
        calcHeight: 32,
        dialogWidth: 750,
        tip: false,
        searchShow: true,
src/views/flow/follow.vue
@@ -58,8 +58,6 @@
      followBox: false,
      deleteReason: '',
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
src/views/flow/manager.vue
@@ -146,8 +146,6 @@
        },
      ],
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
src/views/flow/model.vue
@@ -236,8 +236,6 @@
      flowBox: false,
      flowUrl: '',
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
src/views/monitor/log/usual.vue
@@ -37,8 +37,6 @@
        total: 0,
      },
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
src/views/odm/task.vue
@@ -76,8 +76,6 @@
      },
      selectionList: [],
      option: {
        height: 'auto',
        calcHeight: 32,
        dialogWidth: 950,
        tip: false,
        searchShow: true,
src/views/report/reportlist.vue
@@ -64,8 +64,6 @@
        total: 0,
      },
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
src/views/resource/attach.vue
@@ -76,8 +76,6 @@
      attachBox: false,
      selectionList: [],
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
src/views/resource/media.vue
@@ -57,8 +57,6 @@
      selectionList: [],
      selectedWorkspaceId: null,
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
@@ -348,4 +346,4 @@
};
</script>
<style></style>
<style></style>
src/views/resource/oss.vue
@@ -88,8 +88,6 @@
      },
      selectionList: [],
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
src/views/resource/sms.vue
@@ -80,8 +80,6 @@
      },
      selectionList: [],
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
src/views/resource/wayline.vue
@@ -1,19 +1,19 @@
<template>
  <basic-container>
    <avue-crud
      :option="option"
      :table-loading="loading"
      :data="data"
      v-model:page="page"
    <avue-crud
      :option="option"
      :table-loading="loading"
      :data="data"
      v-model:page="page"
      :permission="permissionList"
      v-model="form"
      ref="crud"
      @search-change="searchChange"
      v-model="form"
      ref="crud"
      @search-change="searchChange"
      @search-reset="searchReset"
      @selection-change="selectionChange"
      @current-change="currentChange"
      @selection-change="selectionChange"
      @current-change="currentChange"
      @size-change="sizeChange"
      @refresh-change="refreshChange"
      @refresh-change="refreshChange"
      @on-load="onLoad">
    </avue-crud>
  </basic-container>
@@ -51,8 +51,6 @@
      selectionList: [],
      selectedWorkspaceId: null,
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
@@ -307,4 +305,4 @@
};
</script>
<style></style>
<style></style>
src/views/resource/waylineFile.vue
@@ -33,8 +33,6 @@
      selectedWorkspaceId: null,
      data: [],
      option: {
        height: 'auto',
        calcHeight: 30,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
@@ -233,4 +231,4 @@
.avue-crud .el-table {
  max-height: none !important;
}
</style>
</style>
src/views/system/client.vue
@@ -51,8 +51,6 @@
      },
      selectionList: [],
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
src/views/system/post.vue
@@ -55,8 +55,6 @@
      },
      selectionList: [],
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
src/views/system/sysConfig.vue
@@ -21,10 +21,10 @@
      @on-load="onLoad"
    >
      <template #menu-left>
        <el-button
          type="primary"
        <el-button
          type="primary"
          icon="el-icon-plus"
          v-if="permissionList.addBtn"
          v-if="permissionList.addBtn"
          @click="$refs.crud.rowAdd()"
        >新增</el-button>
        <el-button
@@ -70,8 +70,6 @@
      },
      selectionList: [],
      option: {
        height: 'auto',
        calcHeight: 32,
        dialogWidth: 950,
        tip: false,
        searchShow: true,
@@ -304,4 +302,4 @@
};
</script>
<style></style>
<style></style>
src/views/system/tenant.vue
@@ -216,8 +216,6 @@
        total: 0,
      },
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
src/views/system/tenantpackage.vue
@@ -44,8 +44,6 @@
      },
      selectionList: [],
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
src/views/system/topmenu.vue
@@ -109,8 +109,6 @@
      menuGrantList: [],
      menuTreeObj: [],
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
src/views/system/user.vue
@@ -1085,7 +1085,7 @@
};
</script>
<style>
<style lang="scss">
.box {
  height: 800px;
}
@@ -1097,4 +1097,6 @@
.box .el-scrollbar__wrap {
  overflow: scroll;
}
</style>
src/views/tool/code.vue
@@ -68,8 +68,6 @@
        total: 0,
      },
      option: {
        height: 'auto',
        calcHeight: 32,
        dialogWidth: 900,
        tip: false,
        searchShow: true,
src/views/tool/datasource.vue
@@ -52,8 +52,6 @@
      },
      selectionList: [],
      option: {
        height: 'auto',
        calcHeight: 32,
        dialogWidth: 900,
        tip: false,
        searchShow: true,
src/views/work/claim.vue
@@ -96,8 +96,6 @@
      flowUrl: '',
      workBox: false,
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        simplePage: true,
        searchShow: true,
src/views/work/done.vue
@@ -89,8 +89,6 @@
      flowUrl: '',
      workBox: false,
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
src/views/work/send.vue
@@ -92,8 +92,6 @@
      flowUrl: '',
      workBox: false,
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
src/views/work/start.vue
@@ -105,8 +105,6 @@
      flowUrl: '',
      workBox: false,
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
src/views/work/todo.vue
@@ -96,8 +96,6 @@
      flowUrl: '',
      workBox: false,
      option: {
        height: 'auto',
        calcHeight: 32,
        tip: false,
        simplePage: true,
        searchShow: true,
src/views/workspace/index.vue
@@ -51,8 +51,6 @@
      },
      selectionList: [],
      option: {
        height: 'auto',
        calcHeight: 32,
        dialogWidth: 950,
        tip: false,
        searchShow: true,