|
@@ -191,26 +191,26 @@
|
|
|
v-if="selectProduct.itemextend"
|
|
|
>
|
|
|
<el-row :gutter="20" v-if="selectProduct.itemextend.length">
|
|
|
- <el-col :span="8" v-if="selectProduct.itemextend[0].device && siteid != 'HY'" style="margin-bottom: 10px">
|
|
|
+ <el-col :span="6" v-if="selectProduct.itemextend[0].device && siteid != 'HY'" style="margin-bottom: 10px">
|
|
|
<span class="search__label">{{ $t("装置") }}:</span>
|
|
|
<span class="tab-color">{{
|
|
|
selectProduct.itemextend[0].device
|
|
|
}}</span>
|
|
|
</el-col>
|
|
|
- <el-col :span="8" v-if="selectProduct.itemextend[0].prodline" style="margin-bottom: 10px">
|
|
|
+ <el-col :span="6" v-if="selectProduct.itemextend[0].prodline" style="margin-bottom: 10px">
|
|
|
<span class="search__label">{{ $t("产线") }}:</span>
|
|
|
<span class="tab-color">{{
|
|
|
selectProduct.itemextend[0].prodline
|
|
|
}}</span>
|
|
|
</el-col>
|
|
|
- <el-col :span="8" v-if="selectProduct.itemextend[0].pressure && siteid != 'HY'" style="margin-bottom: 10px">
|
|
|
+ <el-col :span="6" v-if="selectProduct.itemextend[0].pressure && siteid != 'HY'" style="margin-bottom: 10px">
|
|
|
<span class="search__label">{{ $t("压力等级") }}:</span>
|
|
|
<span class="tab-color">{{
|
|
|
selectProduct.itemextend[0].pressure
|
|
|
}}</span>
|
|
|
</el-col>
|
|
|
<el-col
|
|
|
- :span="8"
|
|
|
+ :span="6"
|
|
|
v-if="selectProduct.itemextend[0].butterflyplatedrive && siteid != 'HY'"
|
|
|
style="margin-bottom: 10px"
|
|
|
>
|
|
@@ -219,14 +219,14 @@
|
|
|
selectProduct.itemextend[0].butterflyplatedrive
|
|
|
}}</span>
|
|
|
</el-col>
|
|
|
- <el-col :span="8" v-if="selectProduct.itemextend[0].connection && siteid != 'HY'" style="margin-bottom: 10px">
|
|
|
+ <el-col :span="6" v-if="selectProduct.itemextend[0].connection && siteid != 'HY'" style="margin-bottom: 10px">
|
|
|
<span class="search__label">{{ $t("连接形式") }}:</span>
|
|
|
<span class="tab-color">{{
|
|
|
selectProduct.itemextend[0].connection
|
|
|
}}</span>
|
|
|
</el-col>
|
|
|
<el-col
|
|
|
- :span="8"
|
|
|
+ :span="6"
|
|
|
v-if="selectProduct.itemextend[0].valveplatematerial && siteid != 'HY'"
|
|
|
style="margin-bottom: 10px"
|
|
|
>
|
|
@@ -235,14 +235,14 @@
|
|
|
selectProduct.itemextend[0].valveplatematerial
|
|
|
}}</span>
|
|
|
</el-col>
|
|
|
- <el-col :span="8" v-if="selectProduct.itemextend[0].actuatortype" style="margin-bottom: 10px">
|
|
|
+ <el-col :span="6" v-if="selectProduct.itemextend[0].actuatortype" style="margin-bottom: 10px">
|
|
|
<span class="search__label">{{ $t("执行器类型") }}:</span>
|
|
|
<span class="tab-color">{{
|
|
|
selectProduct.itemextend[0].actuatortype
|
|
|
}}</span>
|
|
|
</el-col>
|
|
|
<el-col
|
|
|
- :span="8"
|
|
|
+ :span="6"
|
|
|
v-if="selectProduct.itemextend[0].actuatorbrand"
|
|
|
style="margin-bottom: 10px"
|
|
|
>
|
|
@@ -251,7 +251,7 @@
|
|
|
selectProduct.itemextend[0].actuatorbrand
|
|
|
}}</span>
|
|
|
</el-col>
|
|
|
- <el-col :span="8" style="margin-bottom: 10px" v-if="selectProduct.itemextend[0].specalnote">
|
|
|
+ <el-col :span="6" style="margin-bottom: 10px" v-if="selectProduct.itemextend[0].specalnote">
|
|
|
<span class="search__label">{{ $t("备注") }}:</span>
|
|
|
<span class="tab-color">{{
|
|
|
selectProduct.itemextend[0].specalnote
|