yingshouTable.config.js 650 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * @Author: your name
  3. * @Date: 2021-10-11 16:12:07
  4. * @LastEditTime: 2021-12-06 16:12:56
  5. * @LastEditors: Please set LastEditors
  6. * @Description: In User Settings Edit
  7. * @FilePath: \hyyfClient\src\views\PdcData\analysis\yingshouTable.config.js
  8. */
  9. export const yingshouTableItems = [
  10. {
  11. prop: 'rank',
  12. label: '排名',
  13. minWidth: '100',
  14. slotName: 'rank'
  15. },
  16. {
  17. prop: 'suppier',
  18. label: '供应商',
  19. minWidth: '200',
  20. slotName: 'suppier'
  21. },
  22. {
  23. prop: 'money',
  24. label: '金额',
  25. minWidth: '150',
  26. slotName: 'number'
  27. },
  28. ]
  29. export const yingshouTableShows = {
  30. showIndex: false, showSelect: false
  31. }