caiWuGuanLi.vue 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  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-caiwu-text client-container">
  11. 财务部主要负责企业的财务管理,主要只能是在本企业一定的整体目标下,
  12. 关于资本的购置,资本的融通和经营中现金流量,以及利润分配的管理。
  13. </div>
  14. <!-- 岗位职责 -->
  15. <gangwei-list label="岗位职责" :list="gangwei" :pc-num="3" :h5-num="2" :pc-margin="320" :h5-margin="0"></gangwei-list>
  16. <!-- 部分课程列表 -->
  17. <div class="platform-course-list client-container">
  18. <h4>部分课程列表</h4>
  19. <mtaTable :data="tableData" :config="tableConfig" @shi-kan="shiKan"></mtaTable>
  20. <div class="btn-groups center">
  21. <applyBtn class="btn-item" @active-pc="onApplyBtnActive" @active-h5="onApplyBtnActiveH5"/>
  22. <onlineInformationBtn />
  23. </div>
  24. </div>
  25. <videoDialog :source="curVideo" :visible.sync="visible"></videoDialog>
  26. <!-- 申请方案 -->
  27. <applicationDialog :visible.sync="telDl"></applicationDialog>
  28. </div>
  29. </template>
  30. <script>
  31. import mtaTable from "~/components/common/mtaTable";
  32. import videoDialog from "~/components/common/videoDialog";
  33. import freeTrialBtn from "~/components/common/freeTrialBtn";
  34. import onlineInformationBtn from "~/components/common/onlineInformationBtn";
  35. import gangweiList from "@/components/common/layout/desComp/gangweiList";
  36. import {BannerImgs, caiwuguanli} from "~/defaultConfig";
  37. import applicationDialog from "~/components/common/applicationDialog";
  38. import applyBtn from "~/components/common/applyBtn";
  39. /**
  40. * @ 产品与服务 -> 课程资源 -> 财务管理
  41. */
  42. export default {
  43. name: "professionalQuality",
  44. layout: 'templateB',
  45. head() {
  46. return {
  47. title: '在线考试平台_在线考试软件_试卷软件系统',
  48. meta: [
  49. {
  50. name: 'keywords',
  51. content: '考试平台,试卷系统,试卷软件'
  52. },
  53. {
  54. name: 'description',
  55. content: '麦塔考试系统具有良好高并发性和访问安全部署、严格的考试监控防作弊功能、PC移动支持多终端,随时随地考试、丰富的考试管理功能。'
  56. }
  57. ],
  58. }
  59. },
  60. async asyncData({$axios}) {
  61. const arr = [
  62. $axios.$post(`/home/banner/list`, {'code': BannerImgs.caiwuguanli}),
  63. ]
  64. const [res1] = await Promise.all(arr);
  65. return {
  66. bannerList: res1.data.data || [],
  67. }
  68. },
  69. components: {
  70. mtaTable, videoDialog,applicationDialog,applyBtn,
  71. freeTrialBtn, onlineInformationBtn, gangweiList
  72. },
  73. data() {
  74. return {
  75. tableConfig: [
  76. {
  77. label: '课程名称',
  78. key: 'name'
  79. },
  80. {
  81. label: '使用行业',
  82. key: 'hangye'
  83. },
  84. {
  85. label: '使用人群',
  86. key: 'renqun'
  87. }
  88. ],
  89. tableData: [
  90. {
  91. name: '人际沟通: 如何更好地表达自己',
  92. shikanUrl: 'https://spdb.mtavip.com/1c1790e6076e481eb6d7f432c1e26241/68e9bb9160d94676837652e031b320af-e8c28036107973b3f30f23c87b318179-fd.mp4',
  93. hangye: '全行业',
  94. renqun: '职场新人'
  95. },
  96. {
  97. name: '如何向领导汇报行业',
  98. shikanUrl: '',
  99. hangye: '全行业',
  100. renqun: '职场新人'
  101. },
  102. {
  103. name: '职场生活游刃有余',
  104. shikanUrl: '',
  105. hangye: '全行业',
  106. renqun: '职场新人'
  107. },
  108. {
  109. name: '个人形象管理',
  110. shikanUrl: '',
  111. hangye: '全行业',
  112. renqun: '职场新人'
  113. },
  114. {
  115. name: '高效沟通',
  116. shikanUrl: '',
  117. hangye: '全行业',
  118. renqun: '职场新人'
  119. },
  120. {
  121. name: '如何向领导汇报行业',
  122. shikanUrl: '',
  123. hangye: '全行业',
  124. renqun: '职场新人'
  125. },
  126. {
  127. name: '如何向领导汇报行业',
  128. shikanUrl: '',
  129. hangye: '全行业',
  130. renqun: '职场新人'
  131. },
  132. {
  133. name: '如何向领导汇报行业',
  134. shikanUrl: '',
  135. hangye: '全行业',
  136. renqun: '职场新人'
  137. },
  138. ],
  139. curVideo: '',
  140. visible: false,
  141. telDl: false,
  142. }
  143. },
  144. computed: {
  145. gangwei() {
  146. return caiwuguanli
  147. }
  148. },
  149. methods: {
  150. shiKan({url}) {
  151. this.visible = true;
  152. this.curVideo = url;
  153. },
  154. onApplyBtnActive() {
  155. this.telDl = true;
  156. },
  157. onApplyBtnActiveH5() {
  158. this.$router.push({name: 'CourseDevelopPhone', query: {redirectUrl: '/product/caiWuGuanLi',}});
  159. },
  160. }
  161. }
  162. </script>
  163. <style lang="scss" scoped>
  164. .client-caiwu-text {
  165. width: 800px;
  166. font-size: 24px;
  167. font-weight: 800;
  168. line-height: 48px;
  169. color: #565656;
  170. text-align: center;
  171. margin-top: 150px;
  172. padding: 100px;
  173. border-radius: 10px;
  174. background-image: url("~static/productImage/p43.png");
  175. background-repeat: no-repeat;
  176. background-size: contain;
  177. background-position: center;
  178. }
  179. .platform-course-list {
  180. h4 {
  181. font-size: 30px;
  182. font-weight: 800;
  183. color: #333;
  184. text-align: center;
  185. margin-bottom: 68px;
  186. }
  187. }
  188. @media (max-width: 768px) {
  189. .client-caiwu-text {
  190. width: 80%;
  191. font-size: 12px;
  192. font-weight: 800;
  193. line-height: 1.5;
  194. color: #565656;
  195. text-align: center;
  196. margin-top: 5%;
  197. margin-bottom: 15%;
  198. border: none;
  199. padding: 0;
  200. background: none;
  201. }
  202. .platform-course-list {
  203. h4 {
  204. font-size: 18px;
  205. font-weight: 800;
  206. color: #333;
  207. text-align: center;
  208. margin-bottom: 10%;
  209. margin-top: 15%;
  210. }
  211. }
  212. }
  213. </style>