fix:修改订单管理列表字段名词修改,“减扣价(元)”修改为“减扣(元)”,“结算价(元)”修改为“券后价(元)”

This commit is contained in:
Apple 2022-10-28 14:01:10 +08:00
parent 1e77ffaef9
commit bf1f020245
1 changed files with 2 additions and 2 deletions

View File

@ -119,14 +119,14 @@ export const Column = [
type: "slot" type: "slot"
}, },
{ {
title: "减扣(元)", title: "减扣(元)",
name: "discount_amount", name: "discount_amount",
prop: "discount_amount", prop: "discount_amount",
type: "normal", type: "normal",
width: "80px" width: "80px"
}, },
{ {
title: "结算价(元)", title: "券后价(元)",
name: "pay_amount", name: "pay_amount",
prop: "pay_amount", prop: "pay_amount",
type: "normal", type: "normal",