|
@@ -245,9 +245,10 @@
|
|
|
<td class="text1">{{ result.itemno || "-" }}</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td class="title">{{ $t(result.itemno ? "牌价" : "预估价格") }}</td>
|
|
|
+ <td class="title">{{ $t(result.itemno ? "牌价" : "最低经销价") }}</td>
|
|
|
<td class="text2">
|
|
|
¥{{ result.price ? tool.formatAmount(result.price, 2) : "xxxxxx" }}
|
|
|
+ <div style="color:#1C1919;font-weight: normal;font-size: 12px;">*{{$t('非标准产品,当前价格仅供参考')}}!</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
@@ -284,10 +285,12 @@ export default {
|
|
|
<style scoped>
|
|
|
/deep/.el-dialog__header {
|
|
|
display: none;
|
|
|
+
|
|
|
}
|
|
|
/deep/.el-dialog__body {
|
|
|
padding: 5px !important;
|
|
|
}
|
|
|
+
|
|
|
.descript {
|
|
|
font-size: 12px;
|
|
|
color: red;
|