无人机管理后台前端(已迁走)
chenyao
2025-11-17 233e4fc4f35bd00a36ee34a7fbf5e47b41db26db
src/option/system/dict.js
@@ -1,21 +1,26 @@
export const optionParent = {
  height: 'auto',
  calcHeight: 32,
  tip: false,
  searchShow: true,
  searchMenuSpan: 10,
  searchGutter: 30,
  searchMenuPosition: 'left',
  searchMenuSpan: 4,
  border: true,
  index: true,
  selection: true,
  viewBtn: true,
  menuWidth: 250,
  menuWidth: 280,
  dialogWidth: 880,
  dialogClickModal: false,
  height: 'auto',
  calcHeight: 20,
  column: [
    {
      label: '字典编号',
      prop: 'code',
      search: true,
      searchSpan: 4,
      slot: true,
      span: 24,
      rules: [
@@ -30,6 +35,7 @@
      label: '字典名称',
      prop: 'dictValue',
      search: true,
      searchSpan: 4,
      align: 'center',
      rules: [
        {
@@ -57,7 +63,7 @@
      label: '封存',
      prop: 'isSealed',
      type: 'switch',
      align: 'center',
      // align: 'center',
      width: 100,
      dicData: [
        {
@@ -85,11 +91,9 @@
      hide: true,
    },
  ],
};
}
export const optionChild = {
  height: 'auto',
  calcHeight: 95,
  tip: false,
  searchShow: true,
  searchMenuSpan: 10,
@@ -207,4 +211,4 @@
      hide: true,
    },
  ],
};
}