renLiZiYuan.vue 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. <template>
  2. <div class="client-platform-page client-exam-page">
  3. <!-- 广告 -->
  4. <div class="client-banner-box">
  5. <div
  6. :style="{backgroundImage: `url(${bannerList[0].pic || require(`~/static/images/client/train/train-banner-background.png`)})`}"
  7. class="client-platform-banner"></div>
  8. </div>
  9. <!-- 学习收益 -->
  10. <div class="client-xuexishouyi-box client-container">
  11. <h4 class="client-title">学习收益</h4>
  12. <ul>
  13. <li>
  14. <div class="products-services-box">
  15. <img src="#" alt="能力提升">
  16. <img src="#" alt="能力提升">
  17. </div>
  18. </li>
  19. <li>
  20. <imgCardLv2 class="my-imgCardLv2" :option="productData"></imgCardLv2>
  21. </li>
  22. </ul>
  23. </div>
  24. <!-- 部分课程列表 -->
  25. <div class="platform-course-list client-container">
  26. <h4>部分课程列表</h4>
  27. <mtaTable :data="tableData" :config="tableConfig" @shi-kan="shiKan"></mtaTable>
  28. <div class="btn-groups">
  29. <freeTrialBtn class="btn-item" myType="kaoshi"/>
  30. <onlineInformationBtn />
  31. </div>
  32. </div>
  33. <videoDialog :source="curVideo" :visible.sync="visible"></videoDialog>
  34. </div>
  35. </template>
  36. <script>
  37. import mtaTable from "~/components/common/mtaTable";
  38. import videoDialog from "~/components/common/videoDialog";
  39. import freeTrialBtn from "~/components/common/freeTrialBtn";
  40. import onlineInformationBtn from "~/components/common/onlineInformationBtn";
  41. import {BannerImgs} from "~/defaultConfig";
  42. import imgCardLv2 from "~/components/common/layout/imgDes/imgCardLv2";
  43. /**
  44. * @ 产品与服务 -> 课程资源 -> 人力资源
  45. */
  46. export default {
  47. name: "professionalQuality",
  48. layout: 'templateB',
  49. async asyncData({$axios}) {
  50. const arr = [
  51. $axios.$post(`/home/banner/list`, {'code': BannerImgs.renliziyuan}),
  52. ]
  53. const [res1] = await Promise.all(arr);
  54. return {
  55. bannerList: res1.data.data || [],
  56. }
  57. },
  58. components: {
  59. mtaTable, videoDialog,
  60. freeTrialBtn,onlineInformationBtn, imgCardLv2},
  61. head(){
  62. return {
  63. title: '在线考试平台_在线考试软件_试卷软件系统',
  64. meta: [
  65. {
  66. name: 'keywords',
  67. content: '考试平台,试卷系统,试卷软件'
  68. },
  69. {
  70. name:'description',
  71. content:'麦塔考试系统具有良好高并发性和访问安全部署、严格的考试监控防作弊功能、PC移动支持多终端,随时随地考试、丰富的考试管理功能。'
  72. }
  73. ],
  74. }
  75. },
  76. data() {
  77. return {
  78. productData: {
  79. content: {
  80. title: '掌握知识',
  81. list: [
  82. {
  83. value: '明确人力资源的角色定位及岗位使命',
  84. },
  85. {
  86. value: '针对人力资源管理中的难点及关键点,掌握相应的处理策略解决问题',
  87. },
  88. {
  89. value: '了解不同性格的团队成员的管理方式,提高员工管理能力',
  90. },
  91. {
  92. value: '掌握人力资源规划、招聘面试、人才管理等日常业务工作的难点及关键点',
  93. },
  94. {
  95. value: '帮助人力资源管理者部署培养的方法及战略执行',
  96. },
  97. ],
  98. order: 2,
  99. },
  100. img: {
  101. url: require('~/static/codeImage/code-jingli.png'),
  102. order: 1,
  103. },
  104. },
  105. tableConfig: [
  106. {
  107. label: '课程名称',
  108. key: 'name'
  109. },
  110. {
  111. label: '使用行业',
  112. key: 'hangye'
  113. },
  114. {
  115. label: '使用人群',
  116. key: 'renqun'
  117. }
  118. ],
  119. tableData: [
  120. {
  121. name: '招聘与面试技巧',
  122. shikanUrl: 'https://1111',
  123. hangye: '全行业',
  124. renqun: '人力专员'
  125. },
  126. {
  127. name: '校园招聘实操训练营',
  128. shikanUrl: '',
  129. hangye: '全行业',
  130. renqun: '人力专员'
  131. },
  132. {
  133. name: '面试官的精准识人指南',
  134. shikanUrl: '',
  135. hangye: '全行业',
  136. renqun: '人力专员'
  137. },
  138. {
  139. name: '薪酬福利管理',
  140. shikanUrl: '',
  141. hangye: '全行业',
  142. renqun: '人力经理'
  143. },
  144. {
  145. name: '人力资源转型-HRBP的关键方法和实践演练',
  146. shikanUrl: '',
  147. hangye: '全行业',
  148. renqun: '人力经理'
  149. },
  150. {
  151. name: '全面掌握胜任力模型',
  152. shikanUrl: '',
  153. hangye: '全行业',
  154. renqun: '人力经理'
  155. },
  156. {
  157. name: '面试其实就是一场讲故事大赛',
  158. shikanUrl: '',
  159. hangye: '全行业',
  160. renqun: '人力经理'
  161. },
  162. {
  163. name: 'HR入职恳谈',
  164. shikanUrl: '',
  165. hangye: '全行业',
  166. renqun: '人力经理'
  167. },
  168. {
  169. name: '薪酬体系设计全解',
  170. shikanUrl: '',
  171. hangye: '全行业',
  172. renqun: '人力总监'
  173. },
  174. {
  175. name: '实战课-从人力资源到团队资本',
  176. shikanUrl: '',
  177. hangye: '全行业',
  178. renqun: '人力总监'
  179. },
  180. ],
  181. curVideo: '',
  182. visible: false,
  183. }
  184. },
  185. methods: {
  186. shiKan({url}) {
  187. this.visible = true;
  188. this.curVideo = url;
  189. }
  190. }
  191. }
  192. </script>
  193. <style lang="scss" scoped>
  194. .client-banner-box {
  195. width: 100%;
  196. height: 736px;
  197. .client-platform-banner {
  198. height: 100%;
  199. width: 100%;
  200. }
  201. }
  202. .client-xuexishouyi-box {
  203. .client-title {
  204. font-size: 30px;
  205. font-weight: 800;
  206. color: #333;
  207. text-align: center;
  208. margin-bottom: 140px;
  209. }
  210. .products-services-box {
  211. display: flex;
  212. }
  213. }
  214. .platform-course-list {
  215. h4 {
  216. font-size: 30px;
  217. font-weight: 800;
  218. color: #333;
  219. text-align: center;
  220. margin-bottom: 98px;
  221. }
  222. }
  223. @media (max-width: 768px) {
  224. .client-xuexishouyi-box {
  225. .client-title {
  226. font-size: 20px;
  227. margin-bottom: 10%;
  228. }
  229. .products-services-box {
  230. flex-direction: column;
  231. img {
  232. width: 100%;
  233. margin-bottom: 5%;
  234. }
  235. }
  236. .my-imgCardLv2 {
  237. margin-bottom: 10%;
  238. }
  239. }
  240. .platform-course-list {
  241. h4 {
  242. font-size: 20px;
  243. margin-bottom: 10%;
  244. }
  245. }
  246. }
  247. </style>