Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing-opeartion
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
marketing-opeartion
Commits
b0e43f3a
Commit
b0e43f3a
authored
Apr 19, 2022
by
曾经
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
权限配置
parent
03ef7a06
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
holiday-manage.vue
src/views/activity/holiday-manage.vue
+4
-4
No files found.
src/views/activity/holiday-manage.vue
View file @
b0e43f3a
...
...
@@ -9,8 +9,8 @@
</el-select>
</el-row>
<el-row
type=
"flex"
align=
"middle"
>
<el-button
@
click=
"categoryManage"
>
分类管理
</el-button>
<el-button
type=
"primary"
@
click=
"addHoliday()"
>
新增节日
</el-button>
<el-button
@
click=
"categoryManage"
v-if=
"$getButtonLimit($buttonCode.HolidayCategoryManage)"
:limit-code=
'$buttonCode.HolidayCategoryManage'
>
分类管理
</el-button>
<el-button
type=
"primary"
@
click=
"addHoliday()"
v-if=
"$getButtonLimit($buttonCode.AddHoliday)"
:limit-code=
'$buttonCode.AddHoliday'
>
新增节日
</el-button>
</el-row>
</el-row>
...
...
@@ -28,8 +28,8 @@
<el-table-column
label=
"操作"
min-width=
"110px"
>
<
template
slot-scope=
"{ row }"
>
<el-row
type=
"flex"
>
<el-button
type=
"text"
@
click=
"edit(row)"
>
编辑
</el-button>
<el-button
type=
"text"
@
click=
"del(row)"
>
删除
</el-button>
<el-button
type=
"text"
@
click=
"edit(row)"
v-if=
"$getButtonLimit($buttonCode.EditHoliday)"
:limit-code=
'$buttonCode.EditHoliday'
>
编辑
</el-button>
<el-button
type=
"text"
@
click=
"del(row)"
v-if=
"$getButtonLimit($buttonCode.DelHoliday)"
:limit-code=
'$buttonCode.DelHoliday'
>
删除
</el-button>
</el-row>
</
template
>
</el-table-column>
...
...
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