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
6e33c398
Commit
6e33c398
authored
Aug 26, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
f72df932
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
article-management.vue
src/views/article-management/article-management.vue
+4
-3
banner_management.vue
src/views/banner_management/banner_management.vue
+2
-2
No files found.
src/views/article-management/article-management.vue
View file @
6e33c398
...
@@ -86,7 +86,7 @@
...
@@ -86,7 +86,7 @@
@
click=
"handleExport"
@
click=
"handleExport"
>
>
<!-- 导入svg文件-->
<!-- 导入svg文件-->
<svg-icon
icon-class=
"shaixuan_icon_daochu"
/>
<svg-icon
icon-class=
"shaixuan_icon_daochu"
style=
"font-size: 11px"
/>
批量导出
批量导出
</el-button>
</el-button>
</el-form-item>
</el-form-item>
...
@@ -156,13 +156,14 @@
...
@@ -156,13 +156,14 @@
<
div
style
=
"padding-right: 20px;"
>
<
div
style
=
"padding-right: 20px;"
>
<
el
-
button
<
el
-
button
v
-
hasPermi
=
"['business:article:edit']"
v
-
hasPermi
=
"['business:article:edit']"
icon
=
"el-icon-edit"
plain
plain
size
=
"mini"
size
=
"mini"
class
=
"el-button--primary--solid"
class
=
"el-button--primary--solid"
type
=
"primary"
type
=
"primary"
@
click
=
"handleUpdate(scope.row)"
@
click
=
"handleUpdate(scope.row)"
>
编辑
>
<
svg
-
icon
icon
-
class
=
"liebiao_icon_bianji"
style
=
"font-size: 11px;vertical-align: top;"
/>
编辑
<
/el-button
>
<
/el-button
>
<
/div
>
<
/div
>
<
div
v
-
if
=
"scope.row.articleStatus==='1'"
>
<
div
v
-
if
=
"scope.row.articleStatus==='1'"
>
...
...
src/views/banner_management/banner_management.vue
View file @
6e33c398
...
@@ -117,14 +117,14 @@
...
@@ -117,14 +117,14 @@
<div
style=
"padding-right: 20px;"
>
<div
style=
"padding-right: 20px;"
>
<el-button
<el-button
v-hasPermi=
"['business:banner:edit']"
v-hasPermi=
"['business:banner:edit']"
icon=
"el-icon-edit"
plain
plain
size=
"mini"
size=
"mini"
class=
"el-button--primary--solid"
class=
"el-button--primary--solid"
:disabled=
"scope.row.status === '1'"
:disabled=
"scope.row.status === '1'"
type=
"primary"
type=
"primary"
@
click=
"handleUpdate(scope.row)"
@
click=
"handleUpdate(scope.row)"
>
编辑
>
<svg-icon
icon-class=
"liebiao_icon_bianji"
style=
"font-size: 11px;vertical-align: top;margin-right: 2px"
/>
编辑
</el-button>
</el-button>
</div>
</div>
<div
v-if=
"scope.row.status==='2'"
>
<div
v-if=
"scope.row.status==='2'"
>
...
...
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