Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3bcc70af
authored
2018-03-18 21:34:39 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
9d9291e1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
application/views/config/index.php
application/views/config/index.php
View file @
3bcc70a
...
...
@@ -39,10 +39,10 @@
iDisplayLength
:
6
,
bLengthChange
:
false
,
ajax
:
{
url
:
apiBaseUrl
+
'
/order/into/getAllApplyOrder
'
,
url
:
apiBaseUrl
+
'
config/products
'
,
dataFilter
:
function
(
json
)
{
var
ret
=
{},
json
=
jQuery
.
parseJSON
(
json
);
ret
.
data
=
json
.
data
;
ret
.
data
=
json
.
data
||
[]
;
var
draw
=
getUrlParam
(
'draw'
);
if
(
draw
)
{
ret
.
draw
=
draw
;
...
...
@@ -69,15 +69,15 @@
</ul></span>'
;
}
},
{
data
:
"
orderId
"
},
//产品名称
{
data
:
"
createUser
"
},
//年化利率
{
data
:
"i
dCard
"
},
//罚息
{
data
:
"
phoneNumber
"
},
//滞纳金
{
data
:
"
createTim
e"
},
//还款方式
{
data
:
"
createTim
e"
},
//借款期限
{
data
:
"
createTime
"
},
//授额上限
{
data
:
"
productName
"
},
//产品名称
{
data
:
"
annualInterestRate
"
},
//年化利率
{
data
:
"i
nterestPenalty
"
},
//罚息
{
data
:
"
overdueFine
"
},
//滞纳金
{
data
:
"
repaymentMod
e"
},
//还款方式
{
data
:
"
loanDeadlin
e"
},
//借款期限
{
data
:
"
loanLimit
"
},
//授额上限
{
data
:
"createTime"
},
//录入时间
{
data
:
"
createTime
"
},
//备注
{
data
:
"
remark
"
},
//备注
]
});
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment