123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 |
- <template>
- <div class="client-platform-page client-exam-page">
- <!-- 广告 -->
- <div class="client-banner-box">
- <div
- :style="{backgroundImage: `url(${bannerList[0].pic || require(`~/static/images/client/train/train-banner-background.png`)})`}"
- class="client-platform-banner"></div>
- </div>
- <!-- 文本框 -->
- <div class="client-caiwu-text client-container">
- 财务部主要负责企业的财务管理,主要只能是在本企业一定的整体目标下,
- 关于资本的购置,资本的融通和经营中现金流量,以及利润分配的管理。
- </div>
- <!-- 岗位职责 -->
- <gangwei-list label="岗位职责" :list="gangwei" :pc-num="3" :h5-num="2" :pc-margin="320" :h5-margin="0"></gangwei-list>
- <!-- 部分课程列表 -->
- <div class="platform-course-list client-container">
- <h4>部分课程列表</h4>
- <mtaTable :data="tableData" :config="tableConfig" @shi-kan="shiKan"></mtaTable>
- <div class="btn-groups center">
- <applyBtn class="btn-item" @active-pc="onApplyBtnActive" @active-h5="onApplyBtnActiveH5"/>
- <onlineInformationBtn />
- </div>
- </div>
- <videoDialog :source="curVideo" :visible.sync="visible"></videoDialog>
- <!-- 申请方案 -->
- <applicationDialog :visible.sync="telDl"></applicationDialog>
- </div>
- </template>
- <script>
- import mtaTable from "~/components/common/mtaTable";
- import videoDialog from "~/components/common/videoDialog";
- import freeTrialBtn from "~/components/common/freeTrialBtn";
- import onlineInformationBtn from "~/components/common/onlineInformationBtn";
- import gangweiList from "@/components/common/layout/desComp/gangweiList";
- import {BannerImgs, caiwuguanli} from "~/defaultConfig";
- import applicationDialog from "~/components/common/applicationDialog";
- import applyBtn from "~/components/common/applyBtn";
- /**
- * @ 产品与服务 -> 课程资源 -> 财务管理
- */
- export default {
- name: "professionalQuality",
- layout: 'templateB',
- head() {
- return {
- title: '在线考试平台_在线考试软件_试卷软件系统',
- meta: [
- {
- name: 'keywords',
- content: '考试平台,试卷系统,试卷软件'
- },
- {
- name: 'description',
- content: '青谷考试系统具有良好高并发性和访问安全部署、严格的考试监控防作弊功能、PC移动支持多终端,随时随地考试、丰富的考试管理功能。'
- }
- ],
- }
- },
- async asyncData({$axios}) {
- const arr = [
- $axios.$post(`/home/banner/list`, {'code': BannerImgs.caiwuguanli}),
- ]
- const [res1] = await Promise.all(arr);
- return {
- bannerList: res1.data.data || [],
- }
- },
- components: {
- mtaTable, videoDialog,applicationDialog,applyBtn,
- freeTrialBtn, onlineInformationBtn, gangweiList
- },
- data() {
- return {
- tableConfig: [
- {
- label: '课程名称',
- key: 'name'
- },
- {
- label: '使用行业',
- key: 'hangye'
- },
- {
- label: '使用人群',
- key: 'renqun'
- }
- ],
- tableData: [
- {
- name: '读懂现金流量表',
- shikanUrl: 'https://spdb.mtavip.com/1c1790e6076e481eb6d7f432c1e26241/68e9bb9160d94676837652e031b320af-e8c28036107973b3f30f23c87b318179-fd.mp4',
- hangye: '全行业',
- renqun: '财务专员'
- },
- {
- name: '手把手教你编制财务报表',
- shikanUrl: '',
- hangye: '全行业',
- renqun: '财务专员'
- },
- {
- name: '合计准则解读与应用',
- shikanUrl: '',
- hangye: '全行业',
- renqun: '财务专员'
- },
- {
- name: '外汇知识(中国人民银行通用课程)',
- shikanUrl: '',
- hangye: '全行业',
- renqun: '财务专员'
- },
- {
- name: '企业工商税务注册变更那些事',
- shikanUrl: '',
- hangye: '全行业',
- renqun: '财务经理'
- },
- {
- name: '企业赊账与风险控制',
- shikanUrl: '',
- hangye: '全行业',
- renqun: '财务经理'
- },
- {
- name: '财务分析:从重点科目分析开始',
- shikanUrl: '',
- hangye: '全行业',
- renqun: '财务经理'
- },
- {
- name: '企业资本运营操作实务',
- shikanUrl: '',
- hangye: '全行业',
- renqun: '财务经理'
- },
- {
- name: '高效主持会议',
- shikanUrl: '',
- hangye: '全行业',
- renqun: '财务经理'
- },
- {
- name: '企业运营成本控制',
- shikanUrl: '',
- hangye: '全行业',
- renqun: '财务经理'
- },
- ],
- curVideo: '',
- visible: false,
- telDl: false,
- }
- },
- computed: {
- gangwei() {
- return caiwuguanli
- }
- },
- methods: {
- shiKan({url}) {
- this.visible = true;
- this.curVideo = url;
- },
- onApplyBtnActive() {
- this.telDl = true;
- },
- onApplyBtnActiveH5() {
- this.$router.push({name: 'CourseDevelopPhone', query: {redirectUrl: '/product/caiWuGuanLi',}});
- },
- }
- }
- </script>
- <style lang="scss" scoped>
- .client-caiwu-text {
- width: 800px;
- font-size: 24px;
- font-weight: 800;
- line-height: 48px;
- color: #565656;
- text-align: center;
- margin-top: 150px;
- padding: 100px;
- border-radius: 10px;
- background-image: url("~static/productImage/p43.png");
- background-repeat: no-repeat;
- background-size: contain;
- background-position: center;
- }
- .platform-course-list {
- h4 {
- font-size: 30px;
- font-weight: 800;
- color: #333;
- text-align: center;
- margin-bottom: 68px;
- }
- }
- @media (max-width: 768px) {
- .client-caiwu-text {
- width: 80%;
- font-size: 12px;
- font-weight: 800;
- line-height: 1.5;
- color: #565656;
- text-align: center;
- margin-top: 5%;
- margin-bottom: 15%;
- border: none;
- padding: 0;
- background: none;
- }
- .platform-course-list {
- h4 {
- font-size: 18px;
- font-weight: 800;
- color: #333;
- text-align: center;
- margin-bottom: 10%;
- margin-top: 15%;
- }
- }
- }
- </style>
|