mx-config.js 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. export default {
  2. avatar_default: '',
  3. color: {
  4. primary: '#47C6A2',
  5. primary_up: '#51C9A7',
  6. primary_down: '#D2F1E8',
  7. primary_report: '#2EC7C9',
  8. yellow_up: '#F5AB86',
  9. yellow_down: '#FDEAE1',
  10. yellow_report: '#FFA400',
  11. blue_up: '#608EDF',
  12. blue_down: '#DBE8FF',
  13. audit_bg: {
  14. login: '#D8FFF4',
  15. video: '#FFECDE',
  16. test: '#DBE8FF',
  17. clazz: '#D9FFEE'
  18. },
  19. error: '#EB5454'
  20. },
  21. form: {
  22. sexOptions: [{
  23. text: '男',
  24. value: '0'
  25. }, {
  26. text: '女',
  27. value: '1'
  28. }],
  29. yesOrNoOptions: [{
  30. text: '是',
  31. value: 1
  32. }, {
  33. text: '否',
  34. value: 0
  35. }]
  36. },
  37. objectiveQuestionTypeIds: [1, 3],
  38. roundSettingStep: {
  39. score: {
  40. key: 'step_0',
  41. icon: 'el-icon-upload2',
  42. title: '选科成绩',
  43. description: '导入成绩作为选科依据(可选)'
  44. },
  45. scoreWeight: {
  46. key: 'step_1',
  47. icon: 'el-icon-set-up',
  48. title: '成绩权重',
  49. description: '多次成绩的加权平均值'
  50. },
  51. group: {
  52. key: 'step_2',
  53. icon: 'el-icon-menu',
  54. title: '组合设置',
  55. description: '选择开放的选科组合'
  56. },
  57. groupLimit: {
  58. key: 'step_3',
  59. icon: 'el-icon-s-operation',
  60. title: '设置详情',
  61. description: '针对选科组合进行决策设置'
  62. }
  63. },
  64. roundSelectTestEntryOptions: {
  65. philosophy: {
  66. title: '人生价值观探索',
  67. description: '价值观是指一个人对各类事物的意义和重要性的评价与看法,是一套判断事物是否有价值的观念体系,是指导我们选择与行动的内在指南。它指引着我们的生活。不同价值观的人会在不同的职业和专业领域实现自己的价值。下面的探索活动将帮助你了解自己在生命中所看的东西,指引你去探索属于自己专业的未来。'
  68. },
  69. occupation: {
  70. title: '职业兴趣探索',
  71. description: '与学业和职业相关的兴趣,隐藏在生活的方方面面。探索兴趣的方法非常多样,通常人们通过思考自己在学习、生活中的表现或者对某些职业、活动的感受来确定自己的兴趣。职业研究者根据兴趣与职业世界、学业世界的关联把人的兴趣分为六种类型。下面让我们一起来看看你的兴趣代码及与之相关的专业和学科。'
  72. },
  73. knowledge: {
  74. title: '知识兴趣探索',
  75. description: '知识兴趣是我们对某类知识的喜欢程度,通过知识兴趣的探索,你将会对自己喜欢在哪个领域进行学习有所洞察,它们很可能就是你未来渴望学习的专业。'
  76. }
  77. },
  78. electiveGenerationOptions: {
  79. init: {
  80. key: 'init',
  81. value: 0,
  82. decisionMaking: false,
  83. stepsVisible: false,
  84. title: '未开启',
  85. description: '',
  86. icon: ''
  87. },
  88. primary: {
  89. key: 'primary',
  90. value: 1,
  91. decisionMaking: false,
  92. stepsVisible: true,
  93. title: '初录数据',
  94. description: '',
  95. icon: ''
  96. },
  97. primaryDM: {
  98. key: 'primaryDM',
  99. value: 2,
  100. decisionMaking: true,
  101. stepsVisible: true,
  102. title: '通知补录',
  103. description: '',
  104. icon: ''
  105. },
  106. backTracking: {
  107. key: 'backTracking',
  108. value: 3,
  109. decisionMaking: false,
  110. stepsVisible: true,
  111. title: '补录数据',
  112. description: '',
  113. icon: ''
  114. },
  115. backTrackingDM: {
  116. key: 'backTrackingDM',
  117. value: 4,
  118. decisionMaking: true,
  119. stepsVisible: true,
  120. title: '通知二次补录',
  121. description: '',
  122. icon: ''
  123. },
  124. finalAdjust: {
  125. key: 'finalAdjust',
  126. value: 5,
  127. decisionMaking: false,
  128. stepsVisible: true,
  129. title: '二次补录数据',
  130. description: '',
  131. icon: ''
  132. },
  133. finalAdjustDM: {
  134. key: 'finalAdjustDM',
  135. value: 6,
  136. decisionMaking: true,
  137. stepsVisible: true,
  138. title: '调剂决策',
  139. description: '',
  140. icon: ''
  141. },
  142. rankBalance: {
  143. key: 'rankBalance',
  144. value: 7,
  145. decisionMaking: true,
  146. stepsVisible: true,
  147. title: '排名均衡',
  148. description: '',
  149. icon: ''
  150. },
  151. terminate: {
  152. key: 'terminate',
  153. value: 8,
  154. decisionMaking: false,
  155. stepsVisible: false,
  156. title: '选科结束',
  157. description: '',
  158. icon: ''
  159. }
  160. },
  161. electiveDMAlgorithm: {
  162. rankFirst: {
  163. key: 'rankFirst',
  164. value: 0,
  165. title: '按成绩'
  166. },
  167. majorFirst: {
  168. key: 'majorFirst',
  169. value: 1,
  170. title: '按专业'
  171. }
  172. }
  173. }