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
8b760a47
Commit
8b760a47
authored
Nov 18, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 通道管理排序
parent
8791a0cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
pass-manage.vue
src/views/message/pass-manage.vue
+7
-3
No files found.
src/views/message/pass-manage.vue
View file @
8b760a47
...
...
@@ -36,16 +36,20 @@ export default {
{
label
:
'通道名称'
,
prop
:
'channelName'
},
{
label
:
'发送优先级'
,
prop
:
'
enterpriseName
'
,
prop
:
''
,
formatter
(
row
)
{
return
`P
${
row
.
sendSort
}
`
;
return
`P
${
row
.
index
+
1
}
`
;
}
}
];
},
async
getTableData
()
{
const
result
=
await
getAllChannel
();
this
.
tableData
.
data
=
result
.
result
||
[];
const
arr
=
result
.
result
||
[];
this
.
tableData
.
data
=
arr
.
map
((
el
,
index
)
=>
{
el
.
index
=
index
;
return
el
;
});
}
}
};
...
...
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