caiWuGuanLi.vue 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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. name: '高效主持会议',
  140. shikanUrl: '',
  141. hangye: '全行业',
  142. renqun: '财务经理'
  143. },
  144. {
  145. name: '企业运营成本控制',
  146. shikanUrl: '',
  147. hangye: '全行业',
  148. renqun: '财务经理'
  149. },
  150. ],
  151. curVideo: '',
  152. visible: false,
  153. telDl: false,
  154. }
  155. },
  156. computed: {
  157. gangwei() {
  158. return caiwuguanli
  159. }
  160. },
  161. methods: {
  162. shiKan({url}) {
  163. this.visible = true;
  164. this.curVideo = url;
  165. },
  166. onApplyBtnActive() {
  167. this.telDl = true;
  168. },
  169. onApplyBtnActiveH5() {
  170. this.$router.push({name: 'CourseDevelopPhone', query: {redirectUrl: '/product/caiWuGuanLi',}});
  171. },
  172. }
  173. }
  174. </script>
  175. <style lang="scss" scoped>
  176. .client-caiwu-text {
  177. width: 800px;
  178. font-size: 24px;
  179. font-weight: 800;
  180. line-height: 48px;
  181. color: #565656;
  182. text-align: center;
  183. margin-top: 150px;
  184. padding: 100px;
  185. border-radius: 10px;
  186. background-image: url("~static/productImage/p43.png");
  187. background-repeat: no-repeat;
  188. background-size: contain;
  189. background-position: center;
  190. }
  191. .platform-course-list {
  192. h4 {
  193. font-size: 30px;
  194. font-weight: 800;
  195. color: #333;
  196. text-align: center;
  197. margin-bottom: 68px;
  198. }
  199. }
  200. @media (max-width: 768px) {
  201. .client-caiwu-text {
  202. width: 80%;
  203. font-size: 12px;
  204. font-weight: 800;
  205. line-height: 1.5;
  206. color: #565656;
  207. text-align: center;
  208. margin-top: 5%;
  209. margin-bottom: 15%;
  210. border: none;
  211. padding: 0;
  212. background: none;
  213. }
  214. .platform-course-list {
  215. h4 {
  216. font-size: 18px;
  217. font-weight: 800;
  218. color: #333;
  219. text-align: center;
  220. margin-bottom: 10%;
  221. margin-top: 15%;
  222. }
  223. }
  224. }
  225. </style>