Commit a91726f7 by weijiguang

contract list

parent f8f14966
...@@ -155,18 +155,18 @@ export const columns = (search, showContract, showVehicle, showReturnDeposit, sh ...@@ -155,18 +155,18 @@ export const columns = (search, showContract, showVehicle, showReturnDeposit, sh
align: "center", align: "center",
minWidth: 100, minWidth: 100,
}, },
// { {
// title: "押金金额", title: "已收押金",
// key: "depositAmount", key: "paidDepositAmount",
// align: "center", align: "center",
// minWidth: 100, minWidth: 100,
// }, },
// { {
// title: "已返还押金金额", title: "已退押金",
// key: "returnDepositAmount", key: "returnDepositAmount",
// align: "center", align: "center",
// minWidth: 100, minWidth: 100,
// }, },
{ {
title: "押金状态", title: "押金状态",
align: "center", align: "center",
......
...@@ -116,13 +116,13 @@ export const columns = (search, showContract, showVehicle, showReturnDeposit) => ...@@ -116,13 +116,13 @@ export const columns = (search, showContract, showVehicle, showReturnDeposit) =>
minWidth: 100, minWidth: 100,
}, },
{ {
title: "押金金额", title: "已付押金",
key: "depositAmount", key: "paidDepositAmount",
align: "center", align: "center",
minWidth: 100, minWidth: 100,
}, },
{ {
title: "已返还押金金额", title: "已退押金",
key: "returnDepositAmount", key: "returnDepositAmount",
align: "center", align: "center",
minWidth: 100, 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