This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
recycle-admin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
修复bug
v1
前端-胡立永
3 weeks ago
parent
36febe827d
commit
c59f113151
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
admin-pc/src/views/commontOrder/CommonOrderList.vue
+ 3
- 3
admin-pc/src/views/commontOrder/CommonOrderList.vue
View File
@ -113,9 +113,9 @@
<
a
-dropdown
>
<
a
class
=
"ant-dropdown-link"
>
更多
<
a
-icon
type
=
"down"
/
>
<
/
a
>
<
a
-menu
slot
=
"overlay"
>
<!--
<
a
-menu
-item
>
--
>
<!--
<
a
@click
="handleAddChild(record)"
>
添加下级
<
/
a
>
-
-
>
<!--
<
/
a
-
m
e
n
u
-
i
t
e
m
>
-
-
>
<
a
-menu
-item
>
<
a
@click
="handleAddChild(record)"
>
添加下级
<
/
a
>
<
/
a
-
m
e
n
u
-
i
t
e
m
>
<
a
-menu
-item
>
<
a
-popconfirm
title
=
"确定删除吗?"
@
confirm
=
"() => handleDeleteNode(record.id)"
placement
=
"topLeft"
>
<
a
>
删除
<
/
a
>
Write
Preview
Loading…
Cancel
Save