Commit 227d8063 authored by 陈毅's avatar 陈毅

删除测试部分

parent 27bf15b2
<template>
<div class=" pc11">
<!-- top -->
<div class="research-top">
<Row :grabbed="23">
<Col span="13">
<img :src="product.url1" width="100%" alt="" />
</Col>
<Col span="10">
<div class="research-right">
<div class="research-top1"></div>
<h4>{{ product.title1 }}</h4>
<div class="research-bottom1">{{ product.title2 }}</div>
</div>
</Col>
</Row>
</div>
<!-- 1 -->
<div class="mauto project-strategy">
<div class="project-head">
<h4>{{ product.celue.title }}</h4>
</div>
<div class="mt40 mb100 project-strategy-1">
<div class="strategy-img1">
<img :src="product.celue.url" height="100%" alt="" />
</div>
<div class="strategy-care">
<div
:class="item.name"
v-for="(item, index) in product.celue.celue"
:key="index"
>
<h4>{{ item.title }}</h4>
<div v-for="(val, index) in item.content" :key="index">
{{ val }}
</div>
</div>
</div>
</div>
</div>
<div class="project-strategy mauto">
<div class="project-head">
<h4>{{ product.liucheng.title }}</h4>
</div>
<div class="mt40 mb100 project-strategy-1">
<div class="strategy-img1">
<img :src="product.liucheng.url" alt="" />
</div>
<div class="strategy-ol">
<div class="empty"></div>
<div>
<div class="strategy-ol-care" v-for="(item,index) in product.liucheng.liucheng" :key="index">
<h4>{{item.title}}:</h4>
<div v-for="(val,index) in item.content" :key="index">
{{val}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</template>
<script>
export default {
name: "",
head: {
title: "德天博城项目管理"
},
components: {},
data() {
return {
pointIndex: 0,
product: {
url1: "/image/xiangmu/1101.png",
title1: "项目管理",
title2:
"排除没有附加值的任务,这样能有更多的时间来确保项目按时、在预算内完成。基于可交付成果的项目管理使团队成员能够专注于创造创新体验,按时并按预算交付项目。",
liucheng: {
title: "实施流程",
url: "/image/xiangmu/1104.png",
liucheng:[
{
title:"概念计划",
content:["承载系统的概念设计;",
"系统/子系统设计规划书;",
"设计需求;",
"早期BOM",
]
},
{
title:"开发",
content:["承载系统的物理结构设计;",
"设计协同;",
"模型、CAD图纸、技术规范、研发文档",]
},
{
title:"测试验证&生命周期",
content:["承载选装选配设计;",
"Super BOM;",
"生产及工艺数据",
"",
""]
},
],
},
celue: {
title: "项目管理解决方案策略",
url: "/image/xiangmu/1103.png",
celue: [
{
title: "高效的项目团队协同",
name: "w50",
content: [
"定义明确团队",
"建立项目环境",
"项目任务驱动",
"基于BOM协同"
]
},
{
title: "问题风险反馈及解决",
name: "w50",
content: [
"量化问题风险等级",
"系统化的问题风险汇报方式",
"问题全生命周期跟踪",
"项目风险趋势统计"
]
},
{
title: "“事实”项目进度",
name: "w100",
content: [
"进度-任务,基于任务的进度报交使得进度可以被细化,也可被实时统计汇总",
"任务-成果,基于任务成果的任务定义使项目任务完成与真实项目进展对应",
"成果-确认,对于交付物状态的确认来对任务完成情况进行复核,确保交付物的正确性及合规性",
"实时的进度仪表盘,提供一个实时的项目进度汇总信息,随时提供给项目管理者项目状态"
]
},
{
title: "高质量的评审",
name: "w50",
content: [
"评审会议定义",
"评审决策跟踪",
"基于事实数据的评审",
"评审驱动的转阶段"
]
},
{
title: "项目质量评价",
name: "w50",
content: ["定义项目质量", "项目成本归集可视化", "工时VS计划", " "]
}
]
}
}
};
},
methods: {
hover(i) {
this.pointIndex = i;
},
watch() {}
}
};
</script>
\ No newline at end of file
<template>
<div>
<div class="pc11">
<div class="pc1-top mt pc1-top1-2">
<div class="pc1-left pc1-left1-2">
<img :src="product[i].url1" width="100%" height="100%" alt="" />
</div>
<div class="pc1-right pc1-right1-2">
<img :src="product[i].url2" alt="" />
<P>PLAN YOUR DEFINITION OF SUCCESS</P>
<div style="padding-top:71px;line-height:47px">智能3D空间规划<br> 解决方案</div>
</div>
</div>
<div class="pc1-head pc1-head1-2">
<Row align="middle" class-name="row">
<Col span="7"><div class="pc1-head-left1"></div></Col>
<Col span="10"><h4 >{{ product[i].top }}</h4></Col>
<Col span="7"><div class="pc1-head-right1"></div></Col>
</Row>
</div>
<!-- 产品简介 -->
<div class="pc1-product pc1-product1-2">
<div class="instructions">
<h4>产品简介</h4>
<p class="beijng">INTRODUCTION</p>
</div>
<div class="pc1-pr-content">
<p>{{ product[i].product.p1 }}</p>
<p>{{ product[i].product.p2 }}</p>
</div>
</div>
<!-- 背景图 -->
<div class="pc1-advert pc1-advert1-2">
<img :src="product[i].advert.img" alt="" />
</div>
<!-- 功能模块 -->
<div class="pc1-function">
<div class="instructions">
<h4>功能模块</h4>
<p>FUNCTION MODULE</p>
</div>
<div class="pc1-function-border">
<div
class="pc1-function-box1 card2"
v-for="(item, index) in product[i].function"
:key="index"
>
<img width="50px" height="50px" :src="item.url" alt="" />
<h4>{{ item.title }}</h4>
<div>{{ item.content }}</div>
</div>
</div>
</div>
<!-- 应用场景 -->
<div class="pc1-scene">
<div class="instructions">
<h4>应用场景</h4>
<p>APPLICATION SCEMARIOS</p>
</div>
<div class="pc1-scene-lication">
<div class="pc1-scene-top">
<div class="pc1-scene-top-pr1 op-b">
<img :src="product[i].icon.catia.url1" width="100%" height="100%" alt="">
<div><span>{{ product[i].icon.catia.title1 }}</span></div>
</div>
<div class="op-b pc1-scene-top-pr1">
<img :src="product[i].icon.catia.url2" width="100%" height="100%" alt="">
<div><span>{{ product[i].icon.catia.title2 }}</span></div>
</div>
<div class="op-b">
<img :src="product[i].icon.catia.url3" width="100%" height="100%" alt="">
<div><span>{{ product[i].icon.catia.title3 }}</span></div>
</div>
</div>
<div class="pc1-scene-bottom">
<div class="pc1-scene-top-pr3 op-b">
<img :src="product[i].icon.catia.url4" width="100%" height="100%" alt="">
<div><span>{{ product[i].icon.catia.title4 }}</span></div>
</div>
<div class="op-b">
<img :src="product[i].icon.catia.url5" width="100%" height="100%" alt="">
<div><span>{{ product[i].icon.catia.title5 }}</span></div>
</div>
</div>
</div>
</div>
</div> </div>
</template>
<script>
export default {
name: "",
head: {
title: "德天博城-------3DVIA"
},
data() {
return {
i: 0,
duct: {},
product:[
{
header: "EXPE",
flag: 0,
top: "为实现卓越运营的数字解决方案",
url1: "/image/3dvia/0801.png",
url2: "/image/3dvia/0802.png",
title: "智能3D空间规划解决方案",
//产品简介
product: {
p1: "3DVIA 为企业和消费者提供了智能 3D 空间规划解决方案,该方案提供了参与、思考和做出最佳选择的新方法。",
},
// 背景图
advert: {
img: "/image/3dvia/0810.jpg",
},
//功能模块
function: [
{
url: "/image/3dvia/0821.png",
title: "自动化",
content:
"自动化专业包括允许用户开发、存储、管理、部署、共享和重放仿真驱动型设计的标准方法的功能"
},
{
url: "/image/3dvia/0822.png",
title: "电磁",
content:
"电磁仿真专业包括电磁波传播仿真技术以及与通信和检测设备的设计和定位相关的信号强度"
},
{
url: "/image/3dvia/0823.png",
title: "流体",
content:
"流体专业包括使用计算流体力学技术的围绕和穿过实体和结构的稳态和瞬态内部和外部流"
},
{
url: "/image/3dvia/0824.png",
title: "结构",
content:
"包括使用适用于实体和结构的 Abaqus 的有限元分析(FEA),以为线性和非线性静态、热、 动态和冲击效应建模"
},
{
url: "/image/3dvia/0825.png",
title: "优化",
content:
"提供使用不同参数自动运行和重新运行仿真方法的功能,从而允许使用 Isight 技术进行设计空间探索和优化"
}
],
icon: {
//应用场景
url: "",
catia: {
url1: "/image/expe/0220.png",
title1: "高科技",
url2: "/image/expe/0221.png",
title2: "航空航天与国防",
url3: "/image/expe/0222.png",
title3: "工业设备",
url4: "/image/expe/0223.png",
title4: "建筑工程与施工",
url5: "/image/expe/0224.png",
title5: "汽车与交通运输"
}
}
},
],
clientWidth:"",//div长度
left:"",//计算左右边框长度
};
},
created(){
},
mounted() {
},
};
</script>
<style lang="less" scoped>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment