Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
fns_front_2
Commits
1b998d53
Commit
1b998d53
authored
Oct 08, 2021
by
Zhang Xiaojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
bab493ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
index.vue
src/views/LoanList/index.vue
+4
-4
index.vue
src/views/withMenu/Loan/index.vue
+1
-1
No files found.
src/views/LoanList/index.vue
View file @
1b998d53
...
@@ -171,10 +171,10 @@ export default defineComponent({
...
@@ -171,10 +171,10 @@ export default defineComponent({
return
{
return
{
show
:
false
,
show
:
false
,
peridList
:
[
peridList
:
[
{
id
:
{
min_date
:
0
,
max_date
:
3
},
name
:
"
三
个月内"
},
{
id
:
{
min_date
:
0
,
max_date
:
3
},
name
:
"
3
个月内"
},
{
id
:
{
min_date
:
0
,
max_date
:
6
},
name
:
"3-6个月"
},
{
id
:
{
min_date
:
3
,
max_date
:
6
},
name
:
"3-6个月"
},
{
id
:
{
min_date
:
0
,
max_date
:
12
},
name
:
"6-12个月"
},
{
id
:
{
min_date
:
6
,
max_date
:
12
},
name
:
"6-12个月"
},
{
id
:
{
min_date
:
0
,
max_date
:
99
},
name
:
"12个月以上"
},
{
id
:
{
min_date
:
12
,
max_date
:
360
},
name
:
"12个月以上"
},
],
],
typeList
:
[
typeList
:
[
{
id
:
{
guarantee_type
:
1
},
name
:
"信用"
},
{
id
:
{
guarantee_type
:
1
},
name
:
"信用"
},
...
...
src/views/withMenu/Loan/index.vue
View file @
1b998d53
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
/>
/>
<Skeleton
:loading=
"skeLoading"
:row=
"3"
class=
"mt-2"
>
<Skeleton
:loading=
"skeLoading"
:row=
"3"
class=
"mt-2"
>
<img
<img
class=
"mx-5 mt-5 rounded-lg"
class=
"mx-5
w-83 h-22
mt-5 rounded-lg"
:src=
"src"
:src=
"src"
alt
alt
@
click=
"
@
click=
"
...
...
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