无人机管理后台前端(已迁走)
罗广辉
2025-09-19 656fcfd2d3d35aff12cbbec41f48cec99fdef1cb
src/option/system/dict.js
@@ -1,6 +1,4 @@
export const optionParent = {
  height: 'auto',
  calcHeight: 32,
  tip: false,
  searchShow: true,
  searchMenuSpan: 10,
@@ -8,9 +6,13 @@
  index: true,
  selection: true,
  viewBtn: true,
  menuWidth: 250,
  menuWidth: 280,
  dialogWidth: 880,
  dialogClickModal: false,
  height: 'auto',
  calcHeight: 20,
  column: [
    {
      label: '字典编号',
@@ -85,11 +87,9 @@
      hide: true,
    },
  ],
};
}
export const optionChild = {
  height: 'auto',
  calcHeight: 95,
  tip: false,
  searchShow: true,
  searchMenuSpan: 10,
@@ -207,4 +207,4 @@
      hide: true,
    },
  ],
};
}