mx-config.js 5.0 KB

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