auxiliaryAccounting.js 663 B

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