update: 更新经营概况字段

This commit is contained in:
admin 2024-05-07 16:32:00 +08:00
parent 4be018f479
commit 02260af9d2
1 changed files with 3 additions and 3 deletions

View File

@ -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,