|
|
@@ -178,7 +178,9 @@
|
|
|
</el-tag>
|
|
|
</div>
|
|
|
</div>-->
|
|
|
- <div style="padding-right: 20px">
|
|
|
+ <div style="padding-right: 20px" v-if="selectProduct.itemextend && selectProduct.itemextend.length && (selectProduct.itemextend[0].device || selectProduct.itemextend[0].prodline
|
|
|
+ || selectProduct.itemextend[0].pressure || selectProduct.itemextend[0].butterflyplatedrive || selectProduct.itemextend[0].connection || selectProduct.itemextend[0].valveplatematerial
|
|
|
+ || selectProduct.itemextend[0].actuatortype || selectProduct.itemextend[0].actuatorbrand) || selectProduct.itemextend[0].specalnote">
|
|
|
<div
|
|
|
style="
|
|
|
width: 100%;
|
|
|
@@ -201,12 +203,6 @@
|
|
|
selectProduct.itemextend[0].prodline
|
|
|
}}</span>
|
|
|
</el-col>
|
|
|
- <el-col :span="8" style="margin-bottom: 10px">
|
|
|
- <span class="search__label">{{ $t("备注") }}:</span>
|
|
|
- <span class="tab-color">{{
|
|
|
- selectProduct.itemextend[0].specalnote
|
|
|
- }}</span>
|
|
|
- </el-col>
|
|
|
<el-col :span="8" v-if="selectProduct.itemextend[0].pressure && siteid != 'HY'" style="margin-bottom: 10px">
|
|
|
<span class="search__label">{{ $t("压力等级") }}:</span>
|
|
|
<span class="tab-color">{{
|
|
|
@@ -255,6 +251,12 @@
|
|
|
selectProduct.itemextend[0].actuatorbrand
|
|
|
}}</span>
|
|
|
</el-col>
|
|
|
+ <el-col :span="8" style="margin-bottom: 10px" v-if="selectProduct.itemextend[0].specalnote">
|
|
|
+ <span class="search__label">{{ $t("备注") }}:</span>
|
|
|
+ <span class="tab-color">{{
|
|
|
+ selectProduct.itemextend[0].specalnote
|
|
|
+ }}</span>
|
|
|
+ </el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
</div>
|