Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
75c7b07a
Commit
75c7b07a
authored
Jun 15, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 卡券关联列表排序
parent
de8f094a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
card-connect-list.vue
src/views/card/card-connect-list.vue
+1
-1
No files found.
src/views/card/card-connect-list.vue
View file @
75c7b07a
...
...
@@ -7,7 +7,7 @@
</div>
<el-button
v-if=
"$getButtonLimit($buttonCode.marketingConnectLogs)"
:limit-code=
"$buttonCode.marketingConnectLogs"
style=
"float: right;color:#2F54EB;border-color:#2F54EB"
@
click=
"$router.push('/card/async-logs')"
>
错误日志
</el-button>
<el-table
:data=
"tableData"
style=
"margin-top: 20px"
>
<el-table-column
label=
"绑定时间"
sortable
>
<el-table-column
label=
"绑定时间"
sortable
sort-by=
"createDate"
>
<template
slot-scope=
"
{ row }">
{{
formatDateTimeByType
(
row
.
createDate
)
}}
</
template
>
</el-table-column>
<el-table-column
label=
"卡券名称 (达摩侧) "
prop=
"cardName"
></el-table-column>
...
...
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