forked from drone/command-center-dashboard

罗广辉
2025-04-02 e1699c4851f6ca397cd0ad1ff63f32c737654836
src/const/tool/model.js
@@ -7,7 +7,7 @@
    label: '',
    value: 1,
  },
];
]
export const entityDic = [
  {
@@ -38,7 +38,7 @@
    label: 'Date',
    value: 'java.util.Date',
  },
];
]
export const componentDic = [
  {
@@ -77,7 +77,7 @@
    label: '日期框',
    value: 'date',
  },
];
]
export const queryDic = [
  {
@@ -120,7 +120,7 @@
    label: '右模糊',
    value: 'likeright',
  },
];
]
export const templateDic = [
  {
@@ -135,7 +135,7 @@
    label: '树表',
    value: 'tree',
  },
];
]
export const option = {
  height: 'auto',
@@ -231,7 +231,7 @@
      span: 24,
    },
  ],
};
}
export const optionModel = {
  border: true,
@@ -341,4 +341,4 @@
      cell: true,
    },
  ],
};
}