Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shareConfig
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
shareConfig
Commits
a5027aa6
Commit
a5027aa6
authored
Jan 04, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/按钮权限管理' into dev
parents
73f2c954
6ac24309
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
in-progress-active.vue
src/components/active/in-progress-active.vue
+1
-2
will-start-active.vue
src/components/active/will-start-active.vue
+1
-1
No files found.
src/components/active/in-progress-active.vue
View file @
a5027aa6
...
...
@@ -72,8 +72,7 @@ import inProgressActive from '@/components/active/in-progress-active.vue';
@
click
.
stop=
"toDataList(index, item)"
>
数据明细
</el-button>
<el-button
v-if=
"$getButtonLimit($buttonCode.marketingDelShare) && item.status == 2"
:limit-code=
"$buttonCode.marketingDelShare"
v-if=
"item.status == 2"
type=
"danger"
plain
@
click
.
stop=
"toDelList(index, item)"
...
...
src/components/active/will-start-active.vue
View file @
a5027aa6
...
...
@@ -30,7 +30,7 @@ import willStartActive from '@/components/active/will-start-active.vue';
@
click=
"handleCopy(index, item)"
>
复制路径
</el-button>
-->
<el-button
type=
"primary"
v-if=
"$getButtonLimit($buttonCode.marketingShareData)"
:limit-code=
"$buttonCode.marketingShareData"
plain
@
click=
"toDataList(index, item)"
>
数据明细
</el-button>
<el-button
type=
"primary"
v-if=
"$getButtonLimit($buttonCode.marketingDelShare)"
:limit-code=
"$buttonCode.marketingDelShare"
plain
@
click=
"toDelList(index, item)"
>
删除
</el-button>
<el-button
type=
"primary"
plain
@
click=
"toDelList(index, item)"
>
删除
</el-button>
</div>
</div>
<div
v-if=
"selectItem == item.activityId"
class=
"start-active-body"
>
...
...
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