|
|
@@ -37,7 +37,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div style="flex: 1">
|
|
|
- <p class="productName normal-margin">
|
|
|
+ <div class="productName normal-margin">
|
|
|
<el-tag
|
|
|
class="inline-16"
|
|
|
@click="actTradefield = item.tradefield"
|
|
|
@@ -47,8 +47,8 @@
|
|
|
:effect="actTradefield === item.tradefield ? 'dark' : 'plain'"
|
|
|
>{{ $t(item.tradefield) }}
|
|
|
</el-tag>
|
|
|
- {{ selectProduct.itemname }}
|
|
|
- </p>
|
|
|
+ <span class="inline-16">{{ siteid == 'HY'?selectProduct.model+selectProduct.itemname:selectProduct.itemname }}</span>
|
|
|
+ </div>
|
|
|
<p style="color: #888; margin-bottom: 10px">
|
|
|
{{ $t("编码") }}: {{ selectProduct.itemno }}
|
|
|
</p>
|