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
c4489aeb
Commit
c4489aeb
authored
Dec 27, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/按钮权限管理' into dev
parents
4e2835bd
1f2ea906
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
finished-active.vue
src/components/active/finished-active.vue
+1
-1
will-start-active.vue
src/components/active/will-start-active.vue
+1
-1
No files found.
src/components/active/finished-active.vue
View file @
c4489aeb
...
@@ -25,7 +25,7 @@ import finishedActive from '@/components/active/finished-active.vue';
...
@@ -25,7 +25,7 @@ import finishedActive from '@/components/active/finished-active.vue';
<div
class=
"active-title-date font-14 color-909399 m-t-7"
>
{{
item
.
startDate
|
formatTimeYmdHms
}}
-
{{
item
.
endDate
|
formatTimeYmdHms
}}
</div>
<div
class=
"active-title-date font-14 color-909399 m-t-7"
>
{{
item
.
startDate
|
formatTimeYmdHms
}}
-
{{
item
.
endDate
|
formatTimeYmdHms
}}
</div>
</div>
</div>
<div
class=
"active-title-right"
>
<div
class=
"active-title-right"
>
<el-button
type=
"primary"
plain
v-if=
"$getButtonLimit($buttonCode.marketing
SetShare)"
:limit-code=
"$buttonCode.marketingSetShar
e"
@
click
.
stop=
"toEdit(index, item)"
>
活动配置
</el-button>
<el-button
type=
"primary"
plain
v-if=
"$getButtonLimit($buttonCode.marketing
CheckActive)"
:limit-code=
"$buttonCode.marketingCheckActiv
e"
@
click
.
stop=
"toEdit(index, item)"
>
活动配置
</el-button>
<!--
<el-button
<!--
<el-button
type=
"primary"
type=
"primary"
plain
plain
...
...
src/components/active/will-start-active.vue
View file @
c4489aeb
...
@@ -23,7 +23,7 @@ import willStartActive from '@/components/active/will-start-active.vue';
...
@@ -23,7 +23,7 @@ import willStartActive from '@/components/active/will-start-active.vue';
<div
class=
"active-title-date font-14 color-909399 m-t-7"
>
{{
item
.
startDate
|
formatTimeYmdHms
}}
-
{{
item
.
endDate
|
formatTimeYmdHms
}}
</div>
<div
class=
"active-title-date font-14 color-909399 m-t-7"
>
{{
item
.
startDate
|
formatTimeYmdHms
}}
-
{{
item
.
endDate
|
formatTimeYmdHms
}}
</div>
</div>
</div>
<div
class=
"active-title-right"
>
<div
class=
"active-title-right"
>
<el-button
type=
"primary"
v-if=
"$getButtonLimit($buttonCode.marketing
SetShare)"
:limit-code=
"$buttonCode.marketingSetShar
e"
plain
@
click=
"toEdit(index, item)"
>
活动配置
</el-button>
<el-button
type=
"primary"
v-if=
"$getButtonLimit($buttonCode.marketing
EditActive)"
:limit-code=
"$buttonCode.marketingEditActiv
e"
plain
@
click=
"toEdit(index, item)"
>
活动配置
</el-button>
<!--
<el-button
<!--
<el-button
type=
"primary"
type=
"primary"
plain
plain
...
...
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