Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jwhx
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
sugar
jwhx
Commits
8fe6e58a
Commit
8fe6e58a
authored
Mar 14, 2025
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~~
parent
6094dddb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
resources/admin/src/pages/goods/category/index.vue
resources/admin/src/pages/goods/category/index.vue
+2
-2
resources/admin/src/pages/goods/lists/index.vue
resources/admin/src/pages/goods/lists/index.vue
+2
-2
resources/admin/src/pages/member/lists/index.vue
resources/admin/src/pages/member/lists/index.vue
+2
-2
resources/admin/src/pages/order/list/index.vue
resources/admin/src/pages/order/list/index.vue
+2
-2
No files found.
resources/admin/src/pages/goods/category/index.vue
View file @
8fe6e58a
...
...
@@ -26,11 +26,11 @@
<
template
#default
="
scope
"
>
<el-button-group>
<el-button
type=
"primary"
@
click=
"table_edit(scope.row, scope.$index)"
>
编辑
</el-button>
<el-popconfirm
title=
"确定删除吗?"
@
confirm=
"table_del(scope.row, scope.$index)"
>
<
!--
<
el-popconfirm
title=
"确定删除吗?"
@
confirm=
"table_del(scope.row, scope.$index)"
>
<template
#reference
>
<el-button
type=
"danger"
>
删除
</el-button>
</
template
>
</el-popconfirm>
</el-popconfirm>
-->
</el-button-group>
</template>
</el-table-column>
...
...
resources/admin/src/pages/goods/lists/index.vue
View file @
8fe6e58a
...
...
@@ -30,11 +30,11 @@
<
template
#default
="
scope
"
>
<el-button-group>
<el-button
type=
"primary"
@
click=
"table_edit(scope.row, scope.$index)"
>
编辑
</el-button>
<el-popconfirm
title=
"确定删除吗?"
@
confirm=
"table_del(scope.row, scope.$index)"
>
<
!--
<
el-popconfirm
title=
"确定删除吗?"
@
confirm=
"table_del(scope.row, scope.$index)"
>
<template
#reference
>
<el-button
type=
"danger"
>
删除
</el-button>
</
template
>
</el-popconfirm>
</el-popconfirm>
-->
</el-button-group>
</template>
</el-table-column>
...
...
resources/admin/src/pages/member/lists/index.vue
View file @
8fe6e58a
...
...
@@ -24,11 +24,11 @@
<
template
#default
="
scope
"
>
<el-button-group>
<el-button
type=
"primary"
size=
"small"
@
click=
"table_edit(scope.row, scope.$index)"
>
编辑
</el-button>
<el-popconfirm
title=
"您确定删除该数据"
@
confirm=
"table_del(scope.row, scope.$index)"
>
<
!--
<
el-popconfirm
title=
"您确定删除该数据"
@
confirm=
"table_del(scope.row, scope.$index)"
>
<template
#reference
>
<el-button
type=
"danger"
size=
"small"
>
删除
</el-button>
</
template
>
</el-popconfirm>
</el-popconfirm>
-->
</el-button-group>
</template>
</el-table-column>
...
...
resources/admin/src/pages/order/list/index.vue
View file @
8fe6e58a
...
...
@@ -38,11 +38,11 @@
<
template
#default
="
scope
"
>
<el-button-group>
<el-button
type=
"primary"
@
click=
"table_show(scope.row, scope.$index)"
>
详情
</el-button>
<el-popconfirm
title=
"确定删除吗?"
@
confirm=
"table_del(scope.row, scope.$index)"
>
<
!--
<
el-popconfirm
title=
"确定删除吗?"
@
confirm=
"table_del(scope.row, scope.$index)"
>
<template
#reference
>
<el-button
type=
"danger"
>
删除
</el-button>
</
template
>
</el-popconfirm>
</el-popconfirm>
-->
</el-button-group>
</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