Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
82e121d8
Commit
82e121d8
authored
May 26, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 按钮权限
parent
00e5717f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
memberShowSet.vue
src/views/apps/customerApp/memberShowSet.vue
+4
-4
No files found.
src/views/apps/customerApp/memberShowSet.vue
View file @
82e121d8
...
...
@@ -7,7 +7,7 @@
<div
class=
"tips-text"
>
2. 子管理员设置的门店类型和默认重复时,按子管理员设置的逻辑生效;
</div>
</div>
</el-alert>
<el-button
v-if=
"
true ||
$getButtonLimit($buttonCode.addShowRules)"
:limit-code=
"$buttonCode.addShowRules"
@
click=
"$router.push('/addMemberShowRules')"
type=
"primary"
>
新增特殊策略
</el-button>
<el-button
v-if=
"$getButtonLimit($buttonCode.addShowRules)"
:limit-code=
"$buttonCode.addShowRules"
@
click=
"$router.push('/addMemberShowRules')"
type=
"primary"
>
新增特殊策略
</el-button>
</div>
<el-table
:data=
"tableData"
>
<el-table-column
label=
"策略名称"
prop=
"strategyName"
min-width=
"185px"
show-overflow-tooltip
>
...
...
@@ -26,10 +26,10 @@
<el-table-column
label=
"最近编辑时间"
prop=
"updateTime"
min-width=
"170px"
>
<
template
slot-scope=
"{ row }"
>
{{
row
.
updateTime
|
formatTimeStamp
}}
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
min-width=
"120px"
v-if=
"
true ||
$getButtonLimit($buttonCode.editShowRules) || $getButtonLimit($buttonCode.delShowRules)"
>
<el-table-column
label=
"操作"
min-width=
"120px"
v-if=
"$getButtonLimit($buttonCode.editShowRules) || $getButtonLimit($buttonCode.delShowRules)"
>
<
template
slot-scope=
"{ row, $index }"
>
<el-button
v-if=
"
true ||
$getButtonLimit($buttonCode.editShowRules)"
:limit-code=
"$buttonCode.editShowRules"
@
click=
"$router.push('/editMemberShowRules?id=' + row.memberManageSettingId)"
type=
"text"
>
编辑
</el-button>
<dm-delete
tips=
"是否删除?"
v-if=
"
true || ($index > 0 && $getButtonLimit($buttonCode.delShowRules)
)"
@
confirm=
"onDel(row)"
>
<el-button
v-if=
"$getButtonLimit($buttonCode.editShowRules)"
:limit-code=
"$buttonCode.editShowRules"
@
click=
"$router.push('/editMemberShowRules?id=' + row.memberManageSettingId)"
type=
"text"
>
编辑
</el-button>
<dm-delete
tips=
"是否删除?"
v-if=
"
$index > 0 && $getButtonLimit($buttonCode.delShowRules
)"
@
confirm=
"onDel(row)"
>
<el-button
:loading=
"row.loading"
:limit-code=
"$buttonCode.delShowRules"
type=
"text"
>
删除
</el-button>
</dm-delete>
</
template
>
...
...
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