transportation.vue 10 KB

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