lingDaoNengLi.vue 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  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 pingfen from "~/components/common/pingfen";
  42. import {BannerImgs} from "~/defaultConfig";
  43. import imgCardLv2 from "~/components/common/layout/imgDes/imgCardLv2";
  44. /**
  45. * @ 产品与服务 -> 课程资源 -> 领导能力
  46. */
  47. export default {
  48. name: "professionalQuality",
  49. layout: 'templateB',
  50. async asyncData({$axios}) {
  51. const arr = [
  52. $axios.$post(`/home/banner/list`, {'code': BannerImgs.lingdaonengli}),
  53. ]
  54. const [res1] = await Promise.all(arr);
  55. return {
  56. bannerList: res1.data.data || [],
  57. }
  58. },
  59. components: {
  60. mtaTable, videoDialog,
  61. freeTrialBtn,onlineInformationBtn, pingfen, imgCardLv2},
  62. head(){
  63. return {
  64. title: '在线考试平台_在线考试软件_试卷软件系统',
  65. meta: [
  66. {
  67. name: 'keywords',
  68. content: '考试平台,试卷系统,试卷软件'
  69. },
  70. {
  71. name:'description',
  72. content:'麦塔考试系统具有良好高并发性和访问安全部署、严格的考试监控防作弊功能、PC移动支持多终端,随时随地考试、丰富的考试管理功能。'
  73. }
  74. ],
  75. }
  76. },
  77. data() {
  78. return {
  79. productData: {
  80. content: {
  81. title: '掌握知识',
  82. list: [
  83. {
  84. value: '明确企业管理者的角色定位及岗位使命',
  85. },
  86. {
  87. value: '针对企业管理中的难点及关键点,掌握相应的处理策略解决问题',
  88. },
  89. {
  90. value: '全面提升企业管理者的岗位必备能力',
  91. },
  92. {
  93. value: '了解团队管理及引领团队变革的关键点',
  94. },
  95. {
  96. value: '帮助管理者掌握部署培养的方法及战略执行',
  97. },
  98. ],
  99. order: 2,
  100. },
  101. img: {
  102. url: require('~/static/codeImage/code-jingli.png'),
  103. order: 1,
  104. },
  105. mianfei: true,
  106. zixun: true,
  107. shenqing: false,
  108. myType: 'kaoshi'
  109. },
  110. tableConfig: [
  111. {
  112. label: '课程名称',
  113. key: 'name'
  114. },
  115. {
  116. label: '使用行业',
  117. key: 'hangye'
  118. },
  119. {
  120. label: '使用人群',
  121. key: 'renqun'
  122. }
  123. ],
  124. tableData: [
  125. {
  126. name: '职场沟通-这样表达更有效',
  127. shikanUrl: 'https://1111',
  128. hangye: '全行业',
  129. renqun: '基层领导'
  130. },
  131. {
  132. name: '教练型领导力',
  133. shikanUrl: '',
  134. hangye: '全行业',
  135. renqun: '基层领导'
  136. },
  137. {
  138. name: '如何塑造领导魅力',
  139. shikanUrl: '',
  140. hangye: '全行业',
  141. renqun: '基层领导'
  142. },
  143. {
  144. name: '管理者的四种角色定位',
  145. shikanUrl: '',
  146. hangye: '全行业',
  147. renqun: '中层领导'
  148. },
  149. {
  150. name: '团队沟通管理',
  151. shikanUrl: '',
  152. hangye: '全行业',
  153. renqun: '中层领导'
  154. },
  155. {
  156. name: '激活团队六项实战技能',
  157. shikanUrl: '',
  158. hangye: '全行业',
  159. renqun: '中层领导'
  160. },
  161. {
  162. name: '弱势管理',
  163. shikanUrl: '',
  164. hangye: '全行业',
  165. renqun: '高层领导'
  166. },
  167. {
  168. name: '阿米巴经营:让员工比你操心更多',
  169. shikanUrl: '',
  170. hangye: '全行业',
  171. renqun: '高层领导'
  172. },
  173. {
  174. name: 'NLP总裁商战智慧',
  175. shikanUrl: '',
  176. hangye: '全行业',
  177. renqun: '高层领导'
  178. },
  179. {
  180. name: '领袖兵法',
  181. shikanUrl: '',
  182. hangye: '全行业',
  183. renqun: '高层领导'
  184. },
  185. ],
  186. curVideo: '',
  187. visible: false,
  188. }
  189. },
  190. methods: {
  191. shiKan({url}) {
  192. this.visible = true;
  193. this.curVideo = url;
  194. }
  195. }
  196. }
  197. </script>
  198. <style lang="scss" scoped>
  199. .client-banner-box {
  200. width: 100%;
  201. height: 736px;
  202. .client-platform-banner {
  203. height: 100%;
  204. width: 100%;
  205. }
  206. }
  207. .client-xuexishouyi-box {
  208. .client-title {
  209. font-size: 30px;
  210. font-weight: 800;
  211. color: #333;
  212. text-align: center;
  213. margin-bottom: 140px;
  214. }
  215. .products-services-box {
  216. display: flex;
  217. }
  218. }
  219. .platform-course-list {
  220. h4 {
  221. font-size: 30px;
  222. font-weight: 800;
  223. color: #333;
  224. text-align: center;
  225. margin-bottom: 98px;
  226. }
  227. }
  228. @media (max-width: 768px) {
  229. .client-xuexishouyi-box {
  230. .client-title {
  231. font-size: 20px;
  232. margin-bottom: 10%;
  233. }
  234. .products-services-box {
  235. flex-direction: column;
  236. img {
  237. width: 100%;
  238. margin-bottom: 5%;
  239. }
  240. }
  241. .my-imgCardLv2 {
  242. margin-bottom: 10%;
  243. }
  244. }
  245. .platform-course-list {
  246. h4 {
  247. font-size: 20px;
  248. margin-bottom: 10%;
  249. }
  250. }
  251. }
  252. </style>