Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
linshenxs-shop
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈超
linshenxs-shop
Commits
d86055d5
Commit
d86055d5
authored
Aug 24, 2022
by
10_noah@other.ren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商家商品权限
parent
6a121f06
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
src/views/businessGoods/index.vue
+6
-1
No files found.
src/views/businessGoods/index.vue
View file @
d86055d5
...
...
@@ -23,9 +23,10 @@
<el-button
type=
"button"
size=
"small"
@
click=
"lookDetail(scope.row)"
style=
"color: #409EFF;margin: 5px;padding: 0px;border: 0px"
>
详情
</el-button>
<el-button
type=
"button"
size=
"small"
v-if=
"scope.row.auditState!=1"
v-if=
"
permissions.admin_mallgoods_edit &&
scope.row.auditState!=1"
@
click=
"handleUpdate(scope.row)"
style=
"color: #409EFF;margin: 5px;padding: 0px;border: 0px"
>
编辑
</el-button>
<el-button
type=
"button"
size=
"small"
v-if=
"permissions.admin_mallgoods_del"
@
click=
"handleDel(scope.row)"
style=
"color: #409EFF;margin: 5px;padding: 0px;border: 0px"
>
删除
</el-button>
</
template
>
...
...
@@ -33,18 +34,22 @@
<
template
slot-scope=
"scope"
slot=
"menuLeft"
>
<div
class=
"layout_h"
>
<el-button
v-if=
"permissions.admin_mallgoods_add"
type=
"primary"
size=
"small"
@
click=
"add"
>
添加
</el-button>
<el-button
v-if=
"permissions.admin_mallgoods_updown"
type=
"primary"
size=
"small"
@
click=
"batchIsUpon(scope.row)"
>
上架
</el-button>
<el-button
v-if=
"permissions.admin_mallgoods_updown"
type=
"primary"
size=
"small"
@
click=
"batchIsNotUpon"
>
下架
</el-button>
<el-button
v-if=
"permissions.admin_mallgoods_del"
type=
"primary"
size=
"small"
@
click=
"handleDelBatch(scope.row)"
>
删除
</el-button>
...
...
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