Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing-opeartion
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
gic-web
marketing-opeartion
Commits
de982ba1
Commit
de982ba1
authored
Nov 19, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 列表顺序调整
parent
8b760a47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
detail-table.vue
src/views/message/component/detail-table.vue
+2
-2
No files found.
src/views/message/component/detail-table.vue
View file @
de982ba1
...
...
@@ -34,7 +34,7 @@
</
template
>
</el-table-column>
</el-table>
<
dm
-pagination
background
class=
"dm-pagination"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"tableData.currentPage"
:page-sizes=
"tableData.pageSizeList"
:page-size=
"tableData.pageSize"
layout=
"total, sizes, prev, pager, next"
:total=
"tableData.total"
hide-on-single-page
/>
<
el
-pagination
background
class=
"dm-pagination"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"tableData.currentPage"
:page-sizes=
"tableData.pageSizeList"
:page-size=
"tableData.pageSize"
layout=
"total, sizes, prev, pager, next"
:total=
"tableData.total"
hide-on-single-page
/>
</div>
<el-dialog
:visible
.
sync=
"dialogData.visible"
:title=
"dialogData.title"
append-to-body
width=
"600px"
>
<el-table
:data=
"dialogData.list"
max-height=
"500"
>
...
...
@@ -91,10 +91,10 @@ export default {
],
channelList
:
[],
channelStatusList
:
[
{
label
:
'全部'
,
value
:
null
},
{
label
:
'已通过'
,
value
:
0
},
{
label
:
'未通过'
,
value
:
2
},
{
label
:
'审核中'
,
value
:
1
},
{
label
:
'全部'
,
value
:
null
}
],
search
:
{
searchKey
:
''
,
...
...
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