update: 更新经营概况字段
This commit is contained in:
parent
4be018f479
commit
02260af9d2
|
@ -255,7 +255,7 @@ const gridList2 = reactive([
|
|||
const gridList3 = reactive([
|
||||
{
|
||||
name: "收货总重量",
|
||||
enName: "payTotalWeight",
|
||||
enName: "totalWeight",
|
||||
num: "",
|
||||
unit: "KG",
|
||||
isBefore: false,
|
||||
|
@ -271,14 +271,14 @@ const gridList3 = reactive([
|
|||
},
|
||||
{
|
||||
name: "收货重量(已付)",
|
||||
enName: "paymentTotalPrice",
|
||||
enName: "payTotalWeight",
|
||||
num: "",
|
||||
unit: "KG",
|
||||
isBefore: false,
|
||||
},
|
||||
{
|
||||
name: "收货实付金额",
|
||||
enName: "totalWeight",
|
||||
enName: "paymentTotalPrice",
|
||||
num: "",
|
||||
unit: "¥",
|
||||
isBefore: true,
|
||||
|
|
Loading…
Reference in New Issue