Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
0b3fb843
Commit
0b3fb843
authored
Jul 26, 2023
by
xiaoman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix:侧边栏展开导致操作栏样式出错
parent
d218bd19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/views/mall/dealRecord.vue
src/views/mall/dealRecord.vue
+1
-1
No files found.
src/views/mall/dealRecord.vue
View file @
0b3fb843
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
{{
scope
.
row
.
updateTime
}}
{{
scope
.
row
.
updateTime
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"
left"
label=
"操作"
class-name=
"small-padding fixed-width
"
>
<el-table-column
align=
"
center"
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"150
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
v-permission=
"['POST /admin/category/edit']"
type=
"primary"
size=
"small"
@
click=
"handleOpenDialog(scope.row)"
>
编辑
</el-button>
<el-button
v-permission=
"['POST /admin/category/edit']"
type=
"primary"
size=
"small"
@
click=
"handleOpenDialog(scope.row)"
>
编辑
</el-button>
<el-button
v-permission=
"['POST /admin/category/delete']"
type=
"danger"
size=
"small"
@
click=
"handleDelete(scope.row)"
>
删除
</el-button>
<el-button
v-permission=
"['POST /admin/category/delete']"
type=
"danger"
size=
"small"
@
click=
"handleDelete(scope.row)"
>
删除
</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