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)