Pie.js 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. export const supData = [{
  2. value: '1',
  3. text: "01月",
  4. },
  5. {
  6. value: '2',
  7. text: "02月",
  8. },
  9. {
  10. value: '3',
  11. text: "03月",
  12. },
  13. {
  14. value: '4',
  15. text: "04月",
  16. },
  17. {
  18. value: '5',
  19. text: "05月",
  20. },
  21. {
  22. value: '6',
  23. text: "06月",
  24. },
  25. {
  26. value: '7',
  27. text: "07月",
  28. },
  29. {
  30. value: '8',
  31. text: "08月",
  32. },
  33. {
  34. value: '9',
  35. text: "09月",
  36. },
  37. {
  38. value: '10',
  39. text: "10月",
  40. },
  41. {
  42. value: '11',
  43. text: "11月",
  44. },
  45. {
  46. value: '12',
  47. text: "12月",
  48. },
  49. ]
  50. export const Calendar = [{
  51. value: 'Y',
  52. text: "年",
  53. },
  54. {
  55. value: 'M',
  56. text: "月",
  57. },
  58. {
  59. value: 'W',
  60. text: "周",
  61. },
  62. {
  63. value: 'D',
  64. text: "日",
  65. },
  66. ]
  67. export const medicament = [{
  68. value: '1',
  69. text: "高值",
  70. },
  71. {
  72. value: '0',
  73. text: "耗材",
  74. },
  75. {
  76. value: '2',
  77. text: "试剂",
  78. },
  79. {
  80. value: '3',
  81. text: "总务",
  82. },
  83. ]
  84. export const CalendarList = [{
  85. value: 'Y',
  86. text: "年",
  87. },
  88. {
  89. value: 'M',
  90. text: "月",
  91. },
  92. {
  93. value: 'W',
  94. text: "周",
  95. },
  96. {
  97. value: 'D',
  98. text: "日",
  99. },
  100. ]