kyProjectList.js 685 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. export default {
  2. height: 'auto',
  3. calcHeight: 30,
  4. tip: false,
  5. searchShow: true,
  6. searchMenuSpan: 6,
  7. border: true,
  8. index: true,
  9. selection: true,
  10. editBtn: false,
  11. searchLabelWidth: 140,
  12. labelWidth: 100,
  13. menuWidth: 140,
  14. menu: true,
  15. dialogClickModal: false,
  16. dialogWidth: 500,
  17. dialogType: "drawer",
  18. column: [
  19. {
  20. label: '研发项目编号',
  21. prop: 'xmbh',
  22. span: 24,
  23. minWidth: 160,
  24. align: 'center',
  25. showOverflowTooltip: true,
  26. },
  27. {
  28. label: '研发项目名称',
  29. prop: 'xmmc',
  30. span: 24,
  31. minWidth: 160,
  32. align: 'center',
  33. search: true,
  34. showOverflowTooltip: true,
  35. },
  36. ],
  37. };