|
|
|
@ -1,16 +1,16 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div>
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="left">
|
|
|
|
|
<template slot="title">{{ data.productInfoEtitle }}</template>
|
|
|
|
|
<template slot="subTitle">{{ data.productInfoCtitle }}</template>
|
|
|
|
|
<div class="left" :style="{backgroundImage:`url(${data.hwProductInfoDetailList[0].productInfoDetailPic})`}">
|
|
|
|
|
<!-- <template slot="title">{{ data.productInfoEtitle }}</template>-->
|
|
|
|
|
<!-- <template slot="subTitle">{{ data.productInfoCtitle }}</template>-->
|
|
|
|
|
</div>
|
|
|
|
|
<div class="right">
|
|
|
|
|
<div class="list">
|
|
|
|
|
<div class="item" v-for="i in 4">
|
|
|
|
|
<div class="itemTitle">质量问题早发现</div>
|
|
|
|
|
<div class="item" v-for="i in data.hwProductInfoDetailList">
|
|
|
|
|
<div class="itemTitle">{{ i.productInfoDetailTitle }}</div>
|
|
|
|
|
<div class="itemInfo">
|
|
|
|
|
针对变配电场景下高压场/GIS组合电器、变压器、电容电抗蛋、避雷器、高压开关柜、隔离开关等电气设备采用不同的手段进行监测。
|
|
|
|
|
{{ i.productInfoDetailDesc }}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -22,13 +22,13 @@
|
|
|
|
|
<script>
|
|
|
|
|
import TitleGroup from "@/components/TitleGroup";
|
|
|
|
|
import wlw from "@/assets/icon/wlw.png";
|
|
|
|
|
|
|
|
|
|
let map = null
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: 'PlatformAdvantages3',
|
|
|
|
|
components: {
|
|
|
|
|
TitleGroup
|
|
|
|
|
},
|
|
|
|
|
props: ['data'],
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
wlw
|
|
|
|
@ -60,6 +60,8 @@ export default {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
background-color: #0378f9;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: contain;
|
|
|
|
|
|
|
|
|
|
.leftTitle {
|
|
|
|
|
color: #fff;
|
|
|
|
|