transportation.vue 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. <template>
  2. <div class="client-exam-page client-platform-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. <h3>交通运输</h3>
  9. <p>青谷行业解决方案</p>
  10. <onlineInformationBtn />
  11. </div>
  12. <!-- 交通运输培训现状 -->
  13. <div class="client-xianzhuang-box">
  14. <h4>交通运输培训现状</h4>
  15. <p>现代交通运输正朝着高速化,大型化,专业化和网络化方向发展,各种运输方式之间的市场竞争也已全面展开。
  16. 优于交通行业以技术先行,企业越来越需要具有扎实的汽车运用技术、交通运输与系统规划与管理、物流系统工程等方面专业知识,
  17. 并能独立从事汽车运用与管理、物流系统规划设计与管理的复合型高级工程技术人才,人才的培养格外重要。</p>
  18. </div>
  19. <!-- 交通运输培训痛点 -->
  20. <div class="client-tongdian-box">
  21. <h4>交通运输培训痛点</h4>
  22. <ul>
  23. <li>
  24. <i></i>
  25. <p>员工分布各地,常年都在船上车上,集中培训考核非常困哪</p>
  26. </li>
  27. <li>
  28. <i></i>
  29. <p>老员工离职,带走工作经验,新人重新摸索经验</p>
  30. </li>
  31. <li>
  32. <i></i>
  33. <p>学员学历层次不同,不能按照常规的年纪、班级等方式划分</p>
  34. </li>
  35. </ul>
  36. </div>
  37. <!-- 青谷解决方案 -->
  38. <div class="platform-products-services client-container">
  39. <h4 class="client-title">青谷解决方案</h4>
  40. <template v-for="(item,index) in productList">
  41. <img-card-lv2 :option="item" v-if="item.lv == 2" :key="index">
  42. <div class="btn-groups">
  43. <onlineInformationBtn my-type="2" class="online-information-btn btn-item" />
  44. </div>
  45. </img-card-lv2>
  46. <img-card-lv1 :option="item" v-if="item.lv == 1" :key="index">
  47. <div class="btn-groups">
  48. <onlineInformationBtn my-type="2" class="online-information-btn btn-item" />
  49. </div>
  50. </img-card-lv1>
  51. </template>
  52. </div>
  53. <!-- 交通运输类课程案例 -->
  54. <div class="client-anli-box">
  55. <h4>交通运输类课程案例</h4>
  56. <p>青谷软件可为交通运输行业行业定制电子化课程</p>
  57. <ul>
  58. <li>
  59. <video-card :card-data="{title: '课程名称', url: ''}" @card-click="showVideo"></video-card>
  60. </li>
  61. <li>
  62. <video-card :card-data="{title: '课程名称', url: ''}" @card-click="showVideo"></video-card>
  63. </li>
  64. <li>
  65. <video-card :card-data="{title: '课程名称', url: ''}" @card-click="showVideo"></video-card>
  66. </li>
  67. </ul>
  68. </div>
  69. <!-- 立即咨询 -->
  70. <desWithCode source="transportation"></desWithCode>
  71. <videoDialog :source="curVideo" :visible.sync="visible"></videoDialog>
  72. </div>
  73. </template>
  74. <script>
  75. import chanPinTiYan from "~/components/common/chanPinTiYan";
  76. import freeTrialBtn from "~/components/common/freeTrialBtn";
  77. import onlineInformationBtn from "~/components/common/onlineInformationBtn";
  78. import newsComp2 from "~/components/common/newsComp2";
  79. import {BannerImgs} from "~/defaultConfig";
  80. import videoDialog from "~/components/common/videoDialog";
  81. import videoCard from "~/components/common/videoCard";
  82. import desWithCode from "~/components/common/layout/desComp/desWithCode";
  83. import imgCardLv2 from "~/components/common/layout/imgDes/imgCardLv2";
  84. import imgCardLv1 from "~/components/common/layout/imgDes/imgCardLv1";
  85. /**
  86. * @ 解决方案 -> 交通运输
  87. */
  88. export default {
  89. name: "transportation",
  90. layout: 'templateB',
  91. components: { chanPinTiYan, freeTrialBtn, onlineInformationBtn, newsComp2, videoDialog, videoCard, desWithCode, imgCardLv2, imgCardLv1},
  92. async asyncData({$axios, store}) {
  93. const arr = [
  94. $axios.$post(`/home/banner/list`, {'code': BannerImgs.jiaotongyunshu}),
  95. ];
  96. const [res2] = await Promise.all(arr);
  97. return {
  98. bannerList: res2.data.data || [],
  99. }
  100. },
  101. data() {
  102. return {
  103. curVideo: '',
  104. visible: false,
  105. productList: [
  106. {
  107. content: {
  108. title: '高效智能的在线培训系统',
  109. list: [
  110. {
  111. value: '支持在线课程、学习地图、直播教学、培训计划等强大的企业培训系统功能',
  112. },
  113. {
  114. value: '支持多类型课件,图文、文档、视频、音频及站外链接任意选择,在线学习形式更丰富',
  115. },
  116. {
  117. value: '一键设置课程关联考试,实时记录学时进度,让学员学习状况一目了然',
  118. },
  119. ],
  120. order: 2,
  121. num: '01',
  122. },
  123. img: {
  124. url: require('~/static/codeImage/code-jingli.png'),
  125. order: 1,
  126. },
  127. mianfei: true,
  128. zixun: true,
  129. shenqing: false,
  130. myType: 'kaoshi',
  131. lv: 2,
  132. },
  133. {
  134. content: {
  135. title: '简单易上手的在线考试系统',
  136. list: [
  137. {
  138. value: '考试系统使用方便,操作简单,节约成本,无需独立开发',
  139. },
  140. {
  141. value: '在云平台直接搭建企业账号,邀请员工登录,即可享受完整的线上考试服务',
  142. },
  143. {
  144. value: '支持万人同时在线,超高并发安全稳定运行',
  145. },
  146. ],
  147. order: 1,
  148. num: '02',
  149. },
  150. img: {
  151. url: require('~/static/codeImage/code-jingli.png'),
  152. order: 2,
  153. },
  154. mianfei: true,
  155. zixun: true,
  156. shenqing: false,
  157. myType: 'kaoshi',
  158. lv: 2,
  159. },
  160. {
  161. content: {
  162. title: '帮助企业构建自主课程体系',
  163. des: '基于岗位胜任力模型,青谷为企业搭建9大模块通用岗位培训方案,满足各个行业对培训课程资源的应用需求。',
  164. list: [
  165. {
  166. value: '职业素养',
  167. },
  168. {
  169. value: '领导能力',
  170. },
  171. {
  172. value: '人力资源',
  173. },
  174. {
  175. value: '市场营销',
  176. },
  177. {
  178. value: '行政管理',
  179. },
  180. {
  181. value: '财务管理',
  182. },
  183. {
  184. value: '客服服务',
  185. },
  186. {
  187. value: '产品运营',
  188. },
  189. {
  190. value: '生产采购',
  191. },
  192. ],
  193. order: 2,
  194. num: '03',
  195. },
  196. img: {
  197. url: require('~/static/codeImage/code-jingli.png'),
  198. order: 1,
  199. },
  200. mianfei: true,
  201. zixun: true,
  202. shenqing: false,
  203. myType: 'kaoshi',
  204. lv: 1,
  205. },
  206. {
  207. content: {
  208. title: '多端口个性化设置随心选择',
  209. list: [
  210. {
  211. value: '支持个性化定制登录背景、品牌、logo等,一键搭建属于您的个性化在线考试系统',
  212. },
  213. {
  214. value: '与三方平台无缝集成,支持OA、HR、ERP、教务、微信、钉钉等应用的对接',
  215. },
  216. {
  217. value: 'PC、APP、H5统一管理,数据互动,充分利用水平化时间,塑造学员高频率使用习惯',
  218. },
  219. ],
  220. order: 1,
  221. num: '04',
  222. },
  223. img: {
  224. url: require('~/static/codeImage/code-jingli.png'),
  225. order: 2,
  226. },
  227. mianfei: true,
  228. zixun: true,
  229. shenqing: false,
  230. myType: 'kaoshi',
  231. lv: 2,
  232. }
  233. ],
  234. }
  235. },
  236. methods: {
  237. showVideo({url}) {
  238. this.curVideo = url;
  239. this.visible = true;
  240. }
  241. }
  242. }
  243. </script>
  244. <style lang="scss" scoped>
  245. .platform-products-services {
  246. h4 {
  247. font-size: 30px;
  248. font-weight: 800;
  249. color: #333;
  250. margin-top: 140px;
  251. margin-bottom: 120px;
  252. }
  253. .btn-groups {
  254. margin-top: 50px;
  255. }
  256. }
  257. </style>