fix: BUG修改

This commit is contained in:
kun 2023-11-13 18:05:01 +08:00
parent f1994d2407
commit 68a3c8acc6

View File

@ -162,12 +162,12 @@ const formConfig = {
type: "input" type: "input"
}, },
{ {
label: "合同金额", label: "合同金额(元)",
prop: "contractAmount", prop: "contractAmount",
type: "input" type: "input"
}, },
{ {
label: "结算金额", label: "结算金额(元)",
prop: "settlementAmount", prop: "settlementAmount",
type: "input" type: "input"
}, },