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
9a757568
Commit
9a757568
authored
Sep 15, 2022
by
曾经
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
卡包权限bug修复
parent
989bf483
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
status-render.js
src/views/card/partials/status-render.js
+3
-3
No files found.
src/views/card/partials/status-render.js
View file @
9a757568
...
...
@@ -36,7 +36,7 @@ export default Vue.component('render-temp', {
<
/a
>
);
const
bind3
=
$getButtonLimit
(
$buttonCode
.
marketingEditCard
)
&&
!
isWeimo
&&
!
is
Common
&&
!
isApiCreate
&&
hasCouponCreate
?
(
$getButtonLimit
(
$buttonCode
.
marketingEditCard
)
&&
!
isWeimo
&&
!
is
ApiCreate
&&
(
isCommon
?
hasCouponCreate
:
true
)
?
(
<
a
title
=
"编辑"
limit
-
code
=
{
$buttonCode
.
marketingEditCard
}
onClick
=
{
this
.
handler
.
bind
(
null
,
3
)}
>
<
i
class
=
"el-icon-edit"
/>
<
/a
>
...
...
@@ -44,7 +44,7 @@ export default Vue.component('render-temp', {
''
);
const
bind4
=
$getButtonLimit
(
$buttonCode
.
marketingDelCard
)
&&
canEdit
&&
!
isWeimo
&&
!
isCommon
?
(
$getButtonLimit
(
$buttonCode
.
marketingDelCard
)
&&
canEdit
&&
!
isWeimo
&&
(
isCommon
?
hasCouponCreate
:
true
)
?
(
<
a
title
=
"删除"
limit
-
code
=
{
$buttonCode
.
marketingDelCard
}
onClick
=
{
this
.
handler
.
bind
(
null
,
4
)}
>
<
i
class
=
"el-icon-delete"
/>
<
/a
>
...
...
@@ -57,7 +57,7 @@ export default Vue.component('render-temp', {
<
/a
>
);
const
bind6
=
$getButtonLimit
(
$buttonCode
.
marketingCopyCard
)
&&
canEdit
&&
!
isApiCreate
&&
!
isWeimo
&&
!
isCommon
&&
hasCouponCreate
?
(
$getButtonLimit
(
$buttonCode
.
marketingCopyCard
)
&&
canEdit
&&
!
isApiCreate
&&
!
isWeimo
&&
(
isCommon
?
hasCouponCreate
:
true
)
?
(
<
a
title
=
"复制"
limit
-
code
=
{
$buttonCode
.
marketingCopyCard
}
onClick
=
{
this
.
handler
.
bind
(
null
,
6
)}
>
<
i
class
=
"iconfont icon-wxcard-copy"
/>
<
/a
>
...
...
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