Commit a91726f7 by weijiguang

contract list

parent f8f14966
......@@ -155,18 +155,18 @@ export const columns = (search, showContract, showVehicle, showReturnDeposit, sh
align: "center",
minWidth: 100,
},
// {
// title: "押金金额",
// key: "depositAmount",
// align: "center",
// minWidth: 100,
// },
// {
// title: "已返还押金金额",
// key: "returnDepositAmount",
// align: "center",
// minWidth: 100,
// },
{
title: "已收押金",
key: "paidDepositAmount",
align: "center",
minWidth: 100,
},
{
title: "已退押金",
key: "returnDepositAmount",
align: "center",
minWidth: 100,
},
{
title: "押金状态",
align: "center",
......
......@@ -116,13 +116,13 @@ export const columns = (search, showContract, showVehicle, showReturnDeposit) =>
minWidth: 100,
},
{
title: "押金金额",
key: "depositAmount",
title: "已付押金",
key: "paidDepositAmount",
align: "center",
minWidth: 100,
},
{
title: "已返还押金金额",
title: "已退押金",
key: "returnDepositAmount",
align: "center",
minWidth: 100,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment