energy.vue 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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. <ul>
  22. <li>
  23. <i></i>
  24. <p>老员工离职,带走工作经验,新人重新摸索经验</p>
  25. </li>
  26. <li>
  27. <i></i>
  28. <p>员工数量庞大,组织培训考核的成本高昂</p>
  29. </li>
  30. <li>
  31. <i></i>
  32. <p>培训体系不健全,没有形成培养学习者的长效机制</p>
  33. </li>
  34. </ul>
  35. </div>
  36. <!-- 青谷解决方案 -->
  37. <div class="platform-products-services client-container">
  38. <h4 class="client-title">青谷解决方案</h4>
  39. <imgCardLv2 :option="item" v-for="(item,index) in productList" :key="index">
  40. <div class="btn-groups">
  41. <onlineInformationBtn my-type="2" class="online-information-btn btn-item" />
  42. </div>
  43. </imgCardLv2>
  44. </div>
  45. <!-- 能源化工类课程案例 -->
  46. <div class="client-anli-box">
  47. <h4>能源化工类课程案例</h4>
  48. <p>青谷软件可为能源化工行业定制电子化课程</p>
  49. <ul>
  50. <li>
  51. <video-card :card-data="{title: '课程名称', url: ''}" @card-click="showVideo"></video-card>
  52. </li>
  53. <li>
  54. <video-card :card-data="{title: '课程名称', url: ''}" @card-click="showVideo"></video-card>
  55. </li>
  56. <li>
  57. <video-card :card-data="{title: '课程名称', url: ''}" @card-click="showVideo"></video-card>
  58. </li>
  59. </ul>
  60. </div>
  61. <!-- 立即咨询 -->
  62. <desWithCode source="energy"></desWithCode>
  63. <videoDialog :source="curVideo" :visible.sync="visible"></videoDialog>
  64. </div>
  65. </template>
  66. <script>
  67. import chanPinTiYan from "~/components/common/chanPinTiYan";
  68. import freeTrialBtn from "~/components/common/freeTrialBtn";
  69. import onlineInformationBtn from "~/components/common/onlineInformationBtn";
  70. import newsComp2 from "~/components/common/newsComp2";
  71. import videoDialog from "~/components/common/videoDialog";
  72. import videoCard from "~/components/common/videoCard";
  73. import {BannerImgs} from "~/defaultConfig";
  74. import desWithCode from "~/components/common/layout/desComp/desWithCode";
  75. import imgCardLv2 from "~/components/common/layout/imgDes/imgCardLv2";
  76. /**
  77. * @ 解决方案 -> 能源化工
  78. */
  79. export default {
  80. name: "energy",
  81. layout: 'templateB',
  82. components: { chanPinTiYan, freeTrialBtn, onlineInformationBtn, newsComp2, videoDialog, videoCard, desWithCode, imgCardLv2},
  83. async asyncData({$axios, store}) {
  84. const arr = [
  85. $axios.$post(`/home/banner/list`, {'code': BannerImgs.nengyuanhuagong}),
  86. ];
  87. const [res2] = await Promise.all(arr);
  88. return {
  89. bannerList: res2.data.data || [],
  90. }
  91. },
  92. data() {
  93. return {
  94. curVideo: '',
  95. visible: false,
  96. productList: [
  97. {
  98. content: {
  99. title: '强大的人员管理和培训功能',
  100. list: [
  101. {
  102. value: '支持手动、批量导入人员及部门多层级管理功能,解决机构人员多且分散的问题',
  103. },
  104. {
  105. value: '支持线上课程、直播课、线下培训按照课程科目设定进行课程分类划分',
  106. },
  107. {
  108. value: '学习时段灵活,不强制要求学员在某一特定时刻参加培训,并支持无限学习,实现从“了解”到“理解”的飞跃',
  109. },
  110. ],
  111. order: 2,
  112. num: '01',
  113. },
  114. img: {
  115. url: require('~/static/codeImage/code-jingli.png'),
  116. order: 1,
  117. },
  118. mianfei: true,
  119. zixun: true,
  120. shenqing: false,
  121. myType: 'kaoshi'
  122. },
  123. {
  124. content: {
  125. title: '强大的AI防作弊,保障考试公平公正',
  126. list: [
  127. {
  128. value: '人脸识别、摄像头监考、有效防止替考代考,保障考试公平公正',
  129. },
  130. {
  131. value: '支持子管理员协助多屏监控在线监考,考生的面部表情、一举一动在后台实时呈现,最大程度模拟人工监考场景',
  132. },
  133. {
  134. value: '随机组卷、试题乱序、选择题选项乱序、超时强制交卷、防止切屏限制,有效的防止考生相互抄卷的行为',
  135. },
  136. ],
  137. order: 1,
  138. num: '02',
  139. },
  140. img: {
  141. url: require('~/static/codeImage/code-jingli.png'),
  142. order: 2,
  143. },
  144. mianfei: true,
  145. zixun: true,
  146. shenqing: false,
  147. myType: 'kaoshi'
  148. },
  149. {
  150. content: {
  151. title: '多端口个性化设置随心选择',
  152. list: [
  153. {
  154. value: '支持个性化定制登录背景、品牌、logo等,一键搭建属于您的个性化在线考试系统',
  155. },
  156. {
  157. value: '与三方平台无缝集成,支持OA、HR、ERP、教务、微信、钉钉等应用的对接',
  158. },
  159. {
  160. value: 'PC、APP、H5统一管理,数据互动,充分利用水平化时间,塑造学员高频率使用习惯',
  161. },
  162. ],
  163. order: 2,
  164. num: '03',
  165. },
  166. img: {
  167. url: require('~/static/codeImage/code-jingli.png'),
  168. order: 1,
  169. },
  170. mianfei: true,
  171. zixun: true,
  172. shenqing: false,
  173. myType: 'kaoshi'
  174. },
  175. {
  176. content: {
  177. title: '智能阅卷,多维度、可视化学情分析',
  178. list: [
  179. {
  180. value: '智能阅卷系统,减轻管理员工作压力,考后直接出成绩及排行榜等信息',
  181. },
  182. {
  183. value: '从用户、学习情况、考试、成绩、试题、排名、机构等层面多维度分析培训结果,掌握学员学习情况',
  184. },
  185. ],
  186. order: 1,
  187. num: '04',
  188. },
  189. img: {
  190. url: require('~/static/codeImage/code-jingli.png'),
  191. order: 2,
  192. },
  193. mianfei: true,
  194. zixun: true,
  195. shenqing: false,
  196. myType: 'kaoshi'
  197. }
  198. ],
  199. }
  200. },
  201. methods: {
  202. showVideo({url}) {
  203. this.curVideo = url;
  204. this.visible = true;
  205. }
  206. }
  207. }
  208. </script>
  209. <style lang="scss" scoped>
  210. .platform-products-services {
  211. h4 {
  212. font-size: 30px;
  213. font-weight: 800;
  214. color: #333;
  215. margin-top: 140px;
  216. margin-bottom: 120px;
  217. }
  218. .btn-groups {
  219. margin-top: 50px;
  220. }
  221. }
  222. </style>