Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
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
刘怀志
pet-business-web
Commits
216a816d
Commit
216a816d
authored
Aug 08, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
检查管理-平台权限
parent
80ceaeb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
banner_management.vue
src/views/banner_management/banner_management.vue
+4
-4
No files found.
src/views/banner_management/banner_management.vue
View file @
216a816d
...
...
@@ -108,7 +108,7 @@
icon=
"el-icon-document"
plain
size=
"mini"
style=
"width: 50px; border-radius:
4px 4px 4px 4px;border: 1px solid #5fb54b
;"
style=
"width: 50px; border-radius:
6px 6px 6px 6px;border: 1px solid rgb(95, 181, 75);color: #5FB54B;background: rgba(91,182,71,0.08)
;"
type=
"success"
@
click=
"handleDetail(scope.row)"
>
详情
...
...
@@ -120,7 +120,7 @@
icon=
"el-icon-edit"
plain
size=
"mini"
style=
"width: 50px; border-radius:
4px 4px 4px 4px;border: 1px solid #3490CE
;"
style=
"width: 50px; border-radius:
6px 6px 6px 6px;border: 1px solid rgb(52, 144, 206);color: #3490CE;background: rgba(52,144,206,0.1)
;"
:disabled=
"scope.row.status === '1'"
type=
"primary"
@
click=
"handleUpdate(scope.row)"
...
...
@@ -134,7 +134,7 @@
icon=
"el-icon-delete"
plain
size=
"mini"
style=
"width: 50px; border-radius:
4px 4px 4px 4px;border: 1px solid #DB4747
;"
style=
"width: 50px; border-radius:
6px 6px 6px 6px;border: 1px solid rgb(219, 71, 71);color: #DB4747;background: rgba(219,71,71,0.08)
;"
type=
"danger"
@
click=
"handleDelete(scope.row)"
>
删除
...
...
@@ -147,7 +147,7 @@
icon=
"el-icon-video-pause"
plain
size=
"mini"
style=
"width: 50px; border-radius:
4px 4px 4px 4px;border: 1px solid #FF9D4E
;"
style=
"width: 50px; border-radius:
6px 6px 6px 6px;border: 1px solid rgb(255, 157, 78);color: #FF9D4E;background: rgba(255,157,78,0.08)
;"
type=
"warning"
:disabled=
"scope.row.id === 1"
@
click=
"deListBanner(scope.row)"
...
...
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