From 8ac08ece08f14487e8a7251f054d56f5a9346b10 Mon Sep 17 00:00:00 2001 From: timerzz Date: Thu, 16 May 2024 15:23:21 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=A2=9E=E5=8A=A0=E5=BE=97=E7=89=A9?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E4=BB=B7=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Product/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/Product/index.vue b/src/views/Product/index.vue index 10528e1..8d73075 100644 --- a/src/views/Product/index.vue +++ b/src/views/Product/index.vue @@ -80,6 +80,13 @@
{{moment(h.createdAt).format('YYYY-MM-DD HH:mm:ss')}}
${{h.usPrice}}
+
得物价格(CNY)
+
+
{{moment(h.createdAt).format('YYYY-MM-DD HH:mm:ss')}}
+
¥{{h.dwPrice}}
+
+
暂无
+ @@ -353,6 +360,7 @@ const expand = (expanded, record)=>{ if(expanded && !record.historyPrices){ GetProduct(record.pid).then(res=>{ record.historyPrices = res.historyPrices + record.dwHistoryPrices = res.dwHistoryPrices }).catch(err=>{ message.error("获取历史价格失败") console.log(err)