123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368 |
- <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-shichang-xiaoshou client-container">
- <div class="nav-btns">
- <span @click="changeStatus('shichang')" :class="{active: curActive}">市场部</span>
- <span @click="changeStatus('xiaoshou')" :class="{active: !curActive}">销售部</span>
- </div>
- <p v-if="curActive">
- 市场部是销售决策部门信息的提供者和参谋,是把产品、服务信息传达给目标客户的企划者和执行者。
- 在变幻莫测的市场上,市场部为企业辩路、寻路、带路,对企业的发展起着至关重要的作用。
- </p>
- <p v-else>
- 销售部是以产品销售为主要工作的部门。负责总体的营销活动,决定公司的营销策略和措施,
- 并对营销工作进行评估和监控,包括公共关系、销售、客户服务等。
- </p>
- </div>
- <!-- 岗位职责 -->
- <div class="client-gangwei-box">
- <gangwei-list v-if="curActive" label="岗位职责" :list="shichang" :pc-num="3" :h5-num="2" :pc-margin="320" :h5-margin="0"></gangwei-list>
- <gangwei-list v-else label="岗位职责" :list="xiaoshou" :pc-num="3" :h5-num="2" :pc-margin="320" :h5-margin="0"></gangwei-list>
- </div>
- <!-- 部分课程列表 -->
- <div class="platform-course-list client-container">
- <h4>部分课程列表</h4>
- <mtaTable v-if="curActive" :data="tableData" :config="tableConfig" @shi-kan="shiKan"></mtaTable>
- <mtaTable v-else :data="tableData2" :config="tableConfig" @shi-kan="shiKan"></mtaTable>
- <div class="btn-groups">
- <freeTrialBtn class="btn-item" myType="kaoshi"/>
- <onlineInformationBtn />
- </div>
- </div>
- <videoDialog :source="curVideo" :visible.sync="visible"></videoDialog>
- </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 {BannerImgs, shichangyingxiao_shichang, shichangyingxiao_xiaoshou} from "~/defaultConfig";
- import gangweiList from "~/components/common/layout/desComp/gangweiList";
- /**
- * @ 产品与服务 -> 课程资源 -> 市场营销
- */
- export default {
- name: "professionalQuality",
- layout: 'templateB',
- async asyncData({$axios}) {
- const arr = [
- $axios.$post(`/home/banner/list`, {'code': BannerImgs.shichangyingxiao}),
- ]
- const [res1] = await Promise.all(arr);
- return {
- bannerList: res1.data.data || [],
- }
- },
- components: {
- mtaTable, videoDialog,
- freeTrialBtn,onlineInformationBtn, gangweiList},
- head(){
- return {
- title: '在线考试平台_在线考试软件_试卷软件系统',
- meta: [
- {
- name: 'keywords',
- content: '考试平台,试卷系统,试卷软件'
- },
- {
- name:'description',
- content:'麦塔考试系统具有良好高并发性和访问安全部署、严格的考试监控防作弊功能、PC移动支持多终端,随时随地考试、丰富的考试管理功能。'
- }
- ],
- }
- },
- data() {
- return {
- tableConfig: [
- {
- label: '课程名称',
- key: 'name'
- },
- {
- label: '使用行业',
- key: 'hangye'
- },
- {
- label: '使用人群',
- key: 'renqun'
- }
- ],
- tableData: [
- {
- name: '如何分析营销环境',
- shikanUrl: 'https://1111',
- 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: '市场经理'
- },
- ],
- tableData2: [
- {
- name: '高品质沟通与说服力',
- shikanUrl: 'https://1111',
- 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,
- curActive: true,
- }
- },
- computed: {
- shichang() {
- return shichangyingxiao_shichang
- },
- xiaoshou() {
- return shichangyingxiao_xiaoshou
- },
- },
- methods: {
- shiKan({url}) {
- this.visible = true;
- this.curVideo = url;
- },
- changeStatus(code) {
- if (code === 'shichang') {
- this.curActive = true;
- } else {
- this.curActive = false;
- }
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- .client-banner-box {
- width: 100%;
- height: 736px;
- .client-platform-banner {
- height: 100%;
- width: 100%;
- }
- }
- .client-shichang-xiaoshou {
- margin: 0 auto;
- text-align: center;
- .nav-btns {
- width: 460px;
- height: 80px;
- margin: 46px auto 70px;
- border-radius: 80px;
- border: 1px solid #00b96b;
- display: flex;
- align-items: center;
- padding: 5px;
- span {
- width: 50%;
- height: 100%;
- line-height: 80px;
- text-align: center;
- cursor: pointer;
- display: inline-block;
- border-radius: 80px;
- outline: none;
- &.active {
- background: #00b96b;
- color: #fff;
- }
- }
- }
- }
- .platform-course-list {
- h4 {
- font-size: 30px;
- font-weight: 800;
- color: #333;
- text-align: center;
- margin-bottom: 98px;
- }
- }
- @media (max-width: 768px) {
- .btn-groups {
- margin-top: 10%;
- margin-bottom: 10%;
- }
- .platform-course-list {
- h4 {
- font-size: 20px;
- margin-bottom: 10%;
- }
- }
- .client-shichang-xiaoshou {
- margin: 0 auto;
- text-align: center;
- .nav-btns {
- width: 80%;
- height: 40px;
- margin: 25px auto 35px;
- border-radius: 40px;
- border: 1px solid #00b96b;
- display: flex;
- align-items: center;
- padding: 3px;
- span {
- display: inline-block;
- width: 50%;
- height: 100%;
- line-height: 40px;
- text-align: center;
- cursor: pointer;
- font-size: 16px;
- border-radius: 40px;
- outline: none;
- &.active {
- background: #00b96b;
- color: #fff;
- }
- }
- }
- }
- }
- </style>
|