Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
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
integralMall
integral-mall
Commits
72a4585e
Commit
72a4585e
authored
Aug 30, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 权限操作项优化
parent
204770d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
coupon.vue
src/views/goods/coupon/coupon.vue
+1
-1
gift.vue
src/views/goods/gift/gift.vue
+1
-1
No files found.
src/views/goods/coupon/coupon.vue
View file @
72a4585e
...
...
@@ -150,7 +150,7 @@
<!--
<dm-delete
@
confirm=
"deleteList(scope.row, 0, scope.$index)"
tips=
"确定删除该商品吗?"
>
<el-button
type=
"text"
v-if=
"scope.row.canEdit"
>
删除
</el-button>
</dm-delete>
-->
<el-dropdown
style=
"margin-left:20px;"
@
command=
"command => handleCommand(command, scope.row, scope.$index)"
placement=
"bottom-start"
>
<el-dropdown
v-if=
"scope.row.isDifferentialPricing || scope.row.canEdit"
style=
"margin-left:20px;"
@
command=
"command => handleCommand(command, scope.row, scope.$index)"
placement=
"bottom-start"
>
<span
class=
"el-dropdown-link"
style=
"color:#1890ff;cursor: pointer;"
>
<i
class=
"el-icon-more"
></i>
</span>
<el-dropdown-menu
slot=
"dropdown"
style=
"width:110px;"
>
<!--
<el-dropdown-item
command=
"1"
v-if=
"scope.row.changeType === '5' && scope.row.canEdit"
>
券码
</el-dropdown-item>
-->
...
...
src/views/goods/gift/gift.vue
View file @
72a4585e
...
...
@@ -158,7 +158,7 @@
<el-button
type=
"text"
v-if=
"scope.row.status === 2 && scope.row.canEdit && scope.row.releaseType === 2 && scope.row.isShelves === 0"
@
click=
"deleteList(scope.row, 1)"
>
下架
</el-button>
<el-button
type=
"text"
v-if=
"scope.row.status === 1 && scope.row.canEdit"
@
click=
"deleteList(scope.row, 2)"
>
上架
</el-button>
<el-button
type=
"text"
@
click=
"goAdd(scope.row)"
>
编辑
</el-button>
<el-dropdown
style=
"margin-left:20px;"
@
command=
"command => handleCommand(command, scope.row, scope.$index)"
placement=
"bottom-start"
>
<el-dropdown
v-if=
"(scope.row.changeType === '5' && scope.row.canEdit) || scope.row.isDifferentialPricing || scope.row.canEdit"
style=
"margin-left:20px;"
@
command=
"command => handleCommand(command, scope.row, scope.$index)"
placement=
"bottom-start"
>
<span
class=
"el-dropdown-link"
style=
"color:#1890ff;cursor: pointer;"
>
<i
class=
"el-icon-more"
></i>
</span>
<el-dropdown-menu
slot=
"dropdown"
style=
"width:110px;"
>
<el-dropdown-item
command=
"1"
v-if=
"scope.row.changeType === '5' && scope.row.canEdit"
>
券码
</el-dropdown-item>
...
...
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