|
|
@@ -54,7 +54,7 @@
|
|
|
</li>
|
|
|
</ul>
|
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane label="2016年-现在" name="second">
|
|
|
+ <el-tab-pane label="2016年-2022" name="second">
|
|
|
<ul class="enterprise-second-ul">
|
|
|
<li>
|
|
|
<div><img :src="enterpriseDevImg5" alt="企业发展历程"></div>
|
|
|
@@ -71,7 +71,30 @@
|
|
|
<p><i>4月</i><span>麦塔SaaS版产品发布</span></p>
|
|
|
<p><i>8月</i><span>企业用户已突破15万</span></p>
|
|
|
</li>
|
|
|
- <li></li>
|
|
|
+ <li style="overflow:hidden;height: 197px">
|
|
|
+ <div><img :src="enterpriseDevImg8" alt="企业发展历程"></div>
|
|
|
+ <p><i>4月</i><span>推出麦塔一体化解决方案,整合培训、考核相关功能模块</span></p>
|
|
|
+ <p><i>12月</i><span>企业用户规模稳步增长,课程开发累计时长持续提升</span></p>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </el-tab-pane>
|
|
|
+
|
|
|
+ <el-tab-pane label="2022年-现在" name="three">
|
|
|
+ <ul class="enterprise-second-ul">
|
|
|
+ <li style="overflow:hidden;height: 197px">
|
|
|
+ <div><img :src="enterpriseDevImg9" alt="企业发展历程"></div>
|
|
|
+ <p><i>3月</i><span>麦塔SaaS版完成大版本更新迭代</span></p>
|
|
|
+ <p><i>11月</i><span>凭借核心技术研发实力,获得相关行业资质认定,累计取得多项技术认证</span></p>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+
|
|
|
+ </li>
|
|
|
</ul>
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
|
@@ -138,6 +161,8 @@
|
|
|
enterpriseDevImg5: require(`~/static/images/client/aboutUs/enterprise-development-img5.png`),
|
|
|
enterpriseDevImg6: require(`~/static/images/client/aboutUs/enterprise-development-img6.png`),
|
|
|
enterpriseDevImg7: require(`~/static/images/client/aboutUs/enterprise-development-img7.png`),
|
|
|
+ enterpriseDevImg8: require(`~/static/images/client/aboutUs/enterprise-development-img8.png`),
|
|
|
+ enterpriseDevImg9: require(`~/static/images/client/aboutUs/enterprise-development-img9.png`),
|
|
|
// 联系我们
|
|
|
contactUsImg: require(`~/static/images/client/aboutUs/contact-us-img.png`),
|
|
|
contactUsImgH5: require(`~/static/images/client/aboutUs/contact-us-img-H5.png`),
|