lingDaoNengLi.vue 7.5 KB

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