constant.ts 796 B

12345678910111213141516171819202122232425262728293031
  1. export const labelList = [
  2. { id: 1, value: '标签1' },
  3. { id: 2, value: '标签2' },
  4. { id: 3, value: '标签3' },
  5. ];
  6. export const picList = [
  7. { id: '1', url: '11', name: '222' },
  8. { id: '2', url: '11', name: '333' },
  9. { id: '3', url: '11', name: '222' },
  10. { id: '4', url: '11', name: '333' },
  11. { id: '5', url: '11', name: '222' },
  12. { id: '6', url: '11', name: '333' },
  13. { id: '7', url: '11', name: '222' },
  14. { id: '8', url: '11', name: '333' },
  15. { id: '9', url: '11', name: '222' },
  16. { id: '10', url: '11', name: '333' },
  17. ];
  18. export const companyList = [
  19. { id: 1, value: '商飞' },
  20. { id: 2, value: '上飞厂' },
  21. { id: 3, value: '客服' },
  22. ];
  23. export const workshopList = [
  24. { id: 1, value: '车间1' },
  25. { id: 2, value: '车间2' },
  26. { id: 3, value: '车间3' },
  27. ];