mx-config.js 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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. enrollName: '初录录取',
  99. description: '',
  100. icon: ''
  101. },
  102. primaryDM: {
  103. key: 'primaryDM',
  104. value: 2,
  105. code: 'PrimaryDM',
  106. decisionMaking: true,
  107. stepsVisible: true,
  108. title: '初录结果',
  109. enrollName: '初录录取',
  110. description: '',
  111. icon: ''
  112. },
  113. backTracking: {
  114. key: 'backTracking',
  115. value: 3,
  116. code: 'BackTracking',
  117. decisionMaking: false,
  118. stepsVisible: true,
  119. title: '补录报名',
  120. enrollName: '补录录取',
  121. description: '',
  122. icon: ''
  123. },
  124. backTrackingDM: {
  125. key: 'backTrackingDM',
  126. value: 4,
  127. code: 'BackTrackingDM',
  128. decisionMaking: true,
  129. stepsVisible: true,
  130. title: '补录结果',
  131. enrollName: '补录录取',
  132. description: '',
  133. icon: ''
  134. },
  135. finalAdjust: {
  136. key: 'finalAdjust',
  137. value: 5,
  138. code: 'FinalAdjust',
  139. decisionMaking: false,
  140. stepsVisible: true,
  141. title: '二次补录报名',
  142. enrollName: '二次补录录取',
  143. description: '',
  144. icon: ''
  145. },
  146. finalAdjustDM: {
  147. key: 'finalAdjustDM',
  148. value: 6,
  149. code: 'FinalAdjustDM',
  150. decisionMaking: true,
  151. stepsVisible: true,
  152. title: '二次补录结果',
  153. enrollName: '二次补录录取',
  154. description: '',
  155. icon: ''
  156. },
  157. forceAdjust: {
  158. key: 'forceAdjust',
  159. value: 7,
  160. code: 'ForceAdjust',
  161. decisionMaking: true,
  162. stepsVisible: true,
  163. title: '调剂结果',
  164. enrollName: '调剂录取',
  165. description: '',
  166. icon: ''
  167. },
  168. rankBalance: {
  169. key: 'rankBalance',
  170. value: 8,
  171. code: 'RankBalance',
  172. decisionMaking: true,
  173. stepsVisible: false,
  174. title: '排名均衡',
  175. description: '',
  176. icon: ''
  177. },
  178. terminate: {
  179. key: 'terminate',
  180. value: 9,
  181. code: 'Terminate',
  182. decisionMaking: false,
  183. stepsVisible: false,
  184. title: '选科结束',
  185. description: '',
  186. icon: ''
  187. }
  188. },
  189. electiveDMAlgorithm: {
  190. rankFirst: {
  191. key: 'rankFirst',
  192. value: 'RankFirst',
  193. title: '按成绩'
  194. },
  195. majorFirst: {
  196. key: 'majorFirst',
  197. value: 'MajorFirst',
  198. title: '按专业'
  199. }
  200. },
  201. studentReleaseQueryCodes: [
  202. { id: 'acceptCount', name: '已录取', isEnroll: true },
  203. { id: 'unfinishedCount', name: '未录取', isEnroll: false }
  204. ]
  205. }