Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
3e423f16
Commit
3e423f16
authored
Nov 24, 2023
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 页面优化
parent
80a9e5e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
src/views/redData/analysisList.vue
src/views/redData/analysisList.vue
+3
-8
src/views/redData/soringList.vue
src/views/redData/soringList.vue
+2
-1
No files found.
src/views/redData/analysisList.vue
View file @
3e423f16
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
v-show=
"total>0"
v-show=
"total>0"
:total=
"total"
:total=
"total"
:page.sync=
"listQuery.page"
:page.sync=
"listQuery.page"
:limit.sync=
"listQuery.
limit
"
:limit.sync=
"listQuery.
size
"
@
pagination=
"getList"
/>
@
pagination=
"getList"
/>
</div>
</div>
...
@@ -96,6 +96,7 @@ export default {
...
@@ -96,6 +96,7 @@ export default {
if
(
categoryStr
===
this
.
listQuery
.
category
)
{
if
(
categoryStr
===
this
.
listQuery
.
category
)
{
return
return
}
}
this
.
listQuery
.
page
=
1
this
.
listQuery
.
category
=
categoryStr
this
.
listQuery
.
category
=
categoryStr
this
.
getList
()
this
.
getList
()
},
},
...
@@ -123,18 +124,12 @@ export default {
...
@@ -123,18 +124,12 @@ export default {
this
.
getList
()
this
.
getList
()
})
})
},
},
handleToDetail
(
row
)
{
this
.
fromAccount
=
row
.
fromAccount
this
.
toAccount
=
row
.
toAccount
this
.
showDetail
=
true
},
handlerGetList
()
{
handlerGetList
()
{
if
(
!
this
.
listQuery
.
keyword
)
{
if
(
!
this
.
listQuery
.
keyword
)
{
this
.
$message
.
error
(
'
请输入关键字
'
)
this
.
$message
.
error
(
'
请输入关键字
'
)
return
return
}
}
this
.
listQuery
.
page
=
1
this
.
getList
()
this
.
getList
()
},
},
getList
()
{
getList
()
{
...
...
src/views/redData/soringList.vue
View file @
3e423f16
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
v-show=
"total>0"
v-show=
"total>0"
:total=
"total"
:total=
"total"
:page.sync=
"listQuery.page"
:page.sync=
"listQuery.page"
:limit.sync=
"listQuery.
limit
"
:limit.sync=
"listQuery.
size
"
@
pagination=
"getList"
/>
@
pagination=
"getList"
/>
</div>
</div>
...
@@ -110,6 +110,7 @@ export default {
...
@@ -110,6 +110,7 @@ export default {
}
else
if
(
e
===
'
近1月
'
)
{
}
else
if
(
e
===
'
近1月
'
)
{
this
.
listQuery
.
cycle
=
30
this
.
listQuery
.
cycle
=
30
}
}
this
.
listQuery
.
page
=
1
this
.
handleGetCategory
()
this
.
handleGetCategory
()
},
},
handlerSelectCateGory
(
categoryStr
)
{
handlerSelectCateGory
(
categoryStr
)
{
...
...
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