Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
komatsu-lease-app
Project
Project
Details
Activity
Releases
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
komatsu
komatsu-lease-app
Commits
f571dba6
Commit
f571dba6
authored
Jan 12, 2023
by
WangRui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[feature]页面代码调整
parent
8b847b37
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
index.vue
src/modules/projectList/views/index.vue
+1
-1
index.vue
src/modules/repayPlan/views/index.vue
+4
-3
No files found.
src/modules/projectList/views/index.vue
View file @
f571dba6
...
@@ -52,7 +52,7 @@ const getList = async () => {
...
@@ -52,7 +52,7 @@ const getList = async () => {
...
item
,
...
item
,
title
:
item
.
itemProjectNumber
,
title
:
item
.
itemProjectNumber
,
other_title
:
item
.
creationDate
?.
split
(
' '
)[
0
],
other_title
:
item
.
creationDate
?.
split
(
' '
)[
0
],
values
:
[[
"机型"
,
"状态"
,
"代理店"
],
[
item
.
model
,
item
.
intention
StatusN
,
item
.
agencyBpName
]]
values
:
[[
"机型"
,
"状态"
,
"代理店"
],
[
item
.
model
,
item
.
contract
StatusN
,
item
.
agencyBpName
]]
}))
}))
}
else
{
}
else
{
list
=
[];
list
=
[];
...
...
src/modules/repayPlan/views/index.vue
View file @
f571dba6
...
@@ -45,9 +45,10 @@ const finished = $ref(true);
...
@@ -45,9 +45,10 @@ const finished = $ref(true);
const
getList
=
async
()
=>
{
const
getList
=
async
()
=>
{
// 下拉重置参数,重新加载
// 下拉重置参数,重新加载
let
list
=
await
api
.
getRepayPlantList
({
userId
:
window
.
localStorage
.
getItem
(
'userId'
)});
let
res
=
await
api
.
getRepayPlantList
({
userId
:
window
.
localStorage
.
getItem
(
'userId'
)});
if
(
list
.
result
===
'SUCCESS'
){
let
list
=
[]
list
=
list
.
data
.
map
(
item
=>
({
if
(
res
.
success
){
list
=
res
.
rows
.
map
(
item
=>
({
...
item
,
...
item
,
title
:
item
.
contractNumber
,
title
:
item
.
contractNumber
,
other_title
:
item
.
applyDate
?.
split
(
' '
)[
0
],
other_title
:
item
.
applyDate
?.
split
(
' '
)[
0
],
...
...
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