fix:修改订单管理列表字段名词修改,“减扣价(元)”修改为“减扣(元)”,“结算价(元)”修改为“券后价(元)”
This commit is contained in:
parent
1e77ffaef9
commit
bf1f020245
|
@ -119,14 +119,14 @@ export const Column = [
|
|||
type: "slot"
|
||||
},
|
||||
{
|
||||
title: "减扣价(元)",
|
||||
title: "减扣(元)",
|
||||
name: "discount_amount",
|
||||
prop: "discount_amount",
|
||||
type: "normal",
|
||||
width: "80px"
|
||||
},
|
||||
{
|
||||
title: "结算价(元)",
|
||||
title: "券后价(元)",
|
||||
name: "pay_amount",
|
||||
prop: "pay_amount",
|
||||
type: "normal",
|
||||
|
|
Loading…
Reference in New Issue