Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tsndu-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
魏吉光
tsndu-web
Commits
a91726f7
Commit
a91726f7
authored
Nov 09, 2020
by
weijiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contract list
parent
f8f14966
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
src/view/driver_contract/list/helper.js
+12
-12
src/view/source_contract/list/helper.js
+3
-3
No files found.
src/view/driver_contract/list/helper.js
View file @
a91726f7
...
...
@@ -155,18 +155,18 @@ export const columns = (search, showContract, showVehicle, showReturnDeposit, sh
align
:
"center"
,
minWidth
:
100
,
},
//
{
// title: "押金金额
",
// key: "d
epositAmount",
//
align: "center",
//
minWidth: 100,
//
},
//
{
// title: "已返还押金金额
",
//
key: "returnDepositAmount",
//
align: "center",
//
minWidth: 100,
//
},
{
title
:
"已收押金
"
,
key
:
"paidD
epositAmount"
,
align
:
"center"
,
minWidth
:
100
,
},
{
title
:
"已退押金
"
,
key
:
"returnDepositAmount"
,
align
:
"center"
,
minWidth
:
100
,
},
{
title
:
"押金状态"
,
align
:
"center"
,
...
...
src/view/source_contract/list/helper.js
View file @
a91726f7
...
...
@@ -116,13 +116,13 @@ export const columns = (search, showContract, showVehicle, showReturnDeposit) =>
minWidth
:
100
,
},
{
title
:
"
押金金额
"
,
key
:
"
d
epositAmount"
,
title
:
"
已付押金
"
,
key
:
"
paidD
epositAmount"
,
align
:
"center"
,
minWidth
:
100
,
},
{
title
:
"已
返还押金金额
"
,
title
:
"已
退押金
"
,
key
:
"returnDepositAmount"
,
align
:
"center"
,
minWidth
:
100
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment