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
f7087390
Commit
f7087390
authored
Dec 14, 2021
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 数据对话厅-按钮权限
parent
ccdb4ada
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
list.vue
src/views/activity/list.vue
+6
-6
No files found.
src/views/activity/list.vue
View file @
f7087390
...
...
@@ -3,7 +3,7 @@
<div
class=
"clearfix pb22"
>
<el-date-picker
class=
"w400"
v-model=
"dateTime"
type=
"daterange"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
@
change=
"refresh"
></el-date-picker>
<el-input
v-model=
"listParams.search"
class=
"w300"
placeholder=
"请输入数据对话/创建人"
clearable
@
change=
"refresh"
><i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i></el-input>
<el-button
class=
"fr"
type=
"primary"
@
click=
"$router.push('/activity/add')"
>
新建数据对话
</el-button>
<el-button
class=
"fr"
type=
"primary"
v-if=
"$getButtonLimit($buttonCode.marketingAddActivity)"
:limit-code=
"$buttonCode.marketingAddActivity"
@
click=
"$router.push('/activity/add')"
>
新建数据对话
</el-button>
<el-button
class=
"fr mr10"
@
click=
"$router.push('/activity/history-list')"
>
查看历史数据对话
</el-button>
</div>
<el-table
tooltipEffect=
"light"
:data=
"tableList"
style=
"width: 100%"
>
...
...
@@ -16,12 +16,12 @@
<el-table-column
label=
"操作"
align=
"left"
width=
"210px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
@
click=
"$router.push(`/activity/data-view/$
{scope.row.marketingActivityId}`)">数据概览
</el-button>
<el-button
type=
"text"
@
click=
"$router.push(`/activity/edit/$
{scope.row.marketingActivityId}`)">编辑
</el-button>
<dm-delete
@
confirm=
"stopData(scope.row)"
tips=
"是否下线该数据对话?"
>
<el-button
type=
"text"
>
下线
</el-button>
<el-button
type=
"text"
v-if=
"$getButtonLimit($buttonCode.marketingEditActivity)"
:limit-code=
"$buttonCode.marketingEditActivity"
@
click=
"$router.push(`/activity/edit/$
{scope.row.marketingActivityId}`)">编辑
</el-button>
<dm-delete
v-if=
"$getButtonLimit($buttonCode.marketingOutlineActivity)"
@
confirm=
"stopData(scope.row)"
tips=
"是否下线该数据对话?"
>
<el-button
:limit-code=
"$buttonCode.marketingOutlineActivity"
type=
"text"
>
下线
</el-button>
</dm-delete>
<dm-delete
@
confirm=
"delData(scope.row)"
tips=
"是否删除该数据对话?"
>
<el-button
type=
"text"
>
删除
</el-button>
<dm-delete
v-if=
"$getButtonLimit($buttonCode.marketingDelActivity)"
@
confirm=
"delData(scope.row)"
tips=
"是否删除该数据对话?"
>
<el-button
:limit-code=
"$buttonCode.marketingDelActivity"
type=
"text"
>
删除
</el-button>
</dm-delete>
</
template
>
</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