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
03ef4c8a
Commit
03ef4c8a
authored
Aug 30, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
35e59d56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
banner_edit.vue
src/views/banner_management/banner_edit.vue
+0
-1
banner_management.vue
src/views/banner_management/banner_management.vue
+1
-1
No files found.
src/views/banner_management/banner_edit.vue
View file @
03ef4c8a
...
@@ -54,7 +54,6 @@
...
@@ -54,7 +54,6 @@
inactive-color=
"#f5aa6c"
inactive-color=
"#f5aa6c"
active-value=
"1"
active-value=
"1"
inactive-value=
"2"
inactive-value=
"2"
:disabled=
"form.id === 1"
/>
/>
</span>
</span>
</el-form-item>
</el-form-item>
...
...
src/views/banner_management/banner_management.vue
View file @
03ef4c8a
...
@@ -136,6 +136,7 @@
...
@@ -136,6 +136,7 @@
size=
"mini"
size=
"mini"
class=
"el-button--error--solid"
class=
"el-button--error--solid"
type=
"danger"
type=
"danger"
:disabled=
"scope.row.id === 1"
@
click=
"handleDelete(scope.row)"
@
click=
"handleDelete(scope.row)"
>
删除
>
删除
</el-button>
</el-button>
...
@@ -149,7 +150,6 @@
...
@@ -149,7 +150,6 @@
size=
"mini"
size=
"mini"
class=
"el-button--warning--solid"
class=
"el-button--warning--solid"
type=
"warning"
type=
"warning"
:disabled=
"scope.row.id === 1"
@
click=
"deListBanner(scope.row)"
@
click=
"deListBanner(scope.row)"
>
下架
>
下架
</el-button>
</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