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
ba08f3c0
Commit
ba08f3c0
authored
Jan 27, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 按钮不显示
parent
e7073c60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
list.vue
src/views/popup/list.vue
+4
-4
No files found.
src/views/popup/list.vue
View file @
ba08f3c0
...
...
@@ -70,12 +70,12 @@
<el-table-column
label=
"操作"
align=
"left"
width=
"170"
>
<
template
slot-scope=
"scope"
>
<el-button
v-if=
"scope.row.activeStatus === 2 || scope.row.activeStatus === 3"
type=
"text"
@
click=
"goForm(group, 'edit')"
>
查看
</el-button>
<dm-delete
v-if=
"$getButtonLimit($buttonCode.marketingStopPopup) && scope.row.activeStatus === 2"
@
confirm=
"stopPop(scope.row)"
tips=
"是否停止该条数据?"
>
<el-button
type=
"text"
:limit-code=
"$buttonCode.marketingStopPopup"
>
停止
</el-button>
<dm-delete
@
confirm=
"stopPop(scope.row)"
tips=
"是否停止该条数据?"
>
<el-button
type=
"text"
v-if=
"$getButtonLimit($buttonCode.marketingStopPopup) && scope.row.activeStatus === 2"
:limit-code=
"$buttonCode.marketingStopPopup"
>
停止
</el-button>
</dm-delete>
<el-button
v-if=
"$getButtonLimit($buttonCode.marketingEditPopup) && scope.row.activeStatus === 1"
:limit-code=
"$buttonCode.marketingEditPopup"
type=
"text"
@
click=
"goForm(group, 'edit')"
>
编辑
</el-button>
<dm-delete
v-if=
"$getButtonLimit($buttonCode.marketingDelPopup) && (scope.row.activeStatus === 1 || scope.row.activeStatus === 3)"
@
confirm=
"removePop(scope.row)"
tips=
"是否删除此弹窗?"
>
<el-button
type=
"text"
:limit-code=
"$buttonCode.marketingDelPopup"
>
删除
</el-button>
<dm-delete
@
confirm=
"removePop(scope.row)"
tips=
"是否删除此弹窗?"
>
<el-button
v-if=
"$getButtonLimit($buttonCode.marketingDelPopup) && (scope.row.activeStatus === 1 || scope.row.activeStatus === 3)"
type=
"text"
:limit-code=
"$buttonCode.marketingDelPopup"
>
删除
</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