Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
standalone-anyremote
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
qlintonger xeno
standalone-anyremote
Commits
2ad5b473
Commit
2ad5b473
authored
Apr 29, 2024
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 表格分页
parent
d1aac3ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
src/views/remote/contacts/eventList.vue
+1
-3
No files found.
src/views/remote/contacts/eventList.vue
View file @
2ad5b473
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
</div>
</div>
<!-- table展示 -->
<!-- table展示 -->
<div
class=
"flex-auto overflow-y-auto px-4"
>
<div
class=
"flex-auto overflow-y-auto px-4"
>
<a-table
:columns=
"columns"
:data=
"tableData"
:bordered=
"false"
:loading=
"loading"
@
page-change=
"pageChange"
@
page-size-change=
"pageSizeChange"
>
<a-table
:columns=
"columns"
:data=
"tableData"
:bordered=
"false"
:loading=
"loading"
>
<template
#
initiator=
"
{ record }">
<template
#
initiator=
"
{ record }">
<div
class=
"flex items-center"
>
<div
class=
"flex items-center"
>
<global-avatar
:avatar-size=
"24"
:icon-size=
"12"
></global-avatar>
<global-avatar
:avatar-size=
"24"
:icon-size=
"12"
></global-avatar>
...
@@ -84,8 +84,6 @@ const {
...
@@ -84,8 +84,6 @@ const {
data
:
(
res
)
=>
res
.
data
.
list
data
:
(
res
)
=>
res
.
data
.
list
}
}
)
)
const
pageChange
=
()
=>
{}
const
pageSizeChange
=
()
=>
{}
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
:deep
(
.arco-table-th
)
{
:deep
(
.arco-table-th
)
{
...
...
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