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
9697b807
Commit
9697b807
authored
May 31, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 添加按钮code
parent
d182c251
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
card-connect-list.vue
src/views/card/card-connect-list.vue
+1
-1
list.vue
src/views/card/list.vue
+1
-1
No files found.
src/views/card/card-connect-list.vue
View file @
9697b807
...
...
@@ -5,7 +5,7 @@
<div
class=
"check-active-card"
>
<el-checkbox
v-model=
"search.isActive"
label=
"仅展示有效卡券"
@
change=
"onSearch"
></el-checkbox>
</div>
<el-button
style=
"float: right;color:#2F54EB;border-color:#2F54EB"
@
click=
"$router.push('/card/async-logs')"
>
错误日志
</el-button>
<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
>
<template
slot-scope=
"
{ row }">
{{
formatDateTimeByType
(
row
.
createDate
)
}}
</
template
>
...
...
src/views/card/list.vue
View file @
9697b807
...
...
@@ -19,7 +19,7 @@
<div
class=
"game-ptyx-header pb10 clearfix"
>
<span
class=
"pr10"
style=
"line-height:32px;margin-left:10px"
>
卡券共
{{
total
}}
张
</span>
<el-button
class=
"fr"
v-if=
"$getButtonLimit($buttonCode.marketingAddCard)"
:limit-code=
"$buttonCode.marketingAddCard"
type=
"primary"
@
click=
"addCard"
>
新增卡券
</el-button>
<el-button
class=
"fr"
@
click=
"$router.push('/card/connect-list')"
style=
"margin-right: 20px"
>
卡券关联列表
</el-button>
<el-button
class=
"fr"
v-if=
"$getButtonLimit($buttonCode.marketingCardConnect)"
:limit-code=
"$buttonCode.marketingCardConnect"
@
click=
"$router.push('/card/connect-list')"
style=
"margin-right: 20px"
>
卡券关联列表
</el-button>
</div>
<ul
class=
"clearfix"
element-loading-text=
"拼命加载中"
>
<card-item
@
adjust-stock=
"preAdjustStock"
:item=
"v"
v-for=
"(v, i) in tableList"
:key=
"i"
@
delete-card=
"delData"
></card-item>
...
...
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