ORG_PARAM.js 224 B

1234567891011121314
  1. export default [
  2. {
  3. key: "code",
  4. title: "组织编码",
  5. type: "Input",
  6. search: true,
  7. },
  8. {
  9. key: "name",
  10. title: "组织名称",
  11. type: "Input",
  12. search: true,
  13. },
  14. ]