mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
优化订单详情中显示的价格问题
This commit is contained in:
@@ -643,7 +643,7 @@ export default {
|
||||
render: (h, params) => {
|
||||
return h(
|
||||
"div",
|
||||
this.$options.filters.unitPrice(params.row.subTotal, "¥")
|
||||
this.$options.filters.unitPrice(params.row.flowPrice, "¥")
|
||||
);
|
||||
},
|
||||
},
|
||||
@@ -900,7 +900,7 @@ dl dt {
|
||||
|
||||
|
||||
.search {
|
||||
|
||||
|
||||
|
||||
.div-item {
|
||||
line-height: 35px;
|
||||
|
||||
Reference in New Issue
Block a user