Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
e4c76f0a
Commit
e4c76f0a
authored
Jun 19, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
76950a4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
index.vue
pages/technology/productMix/productTree/index.vue
+6
-6
No files found.
pages/technology/productMix/productTree/index.vue
View file @
e4c76f0a
...
...
@@ -29,14 +29,14 @@
placement=
"right-start"
>
<DropdownMenu
slot=
"list"
ref=
"ppp"
style=
"min-width: 80px;"
>
<DropdownItem>
<a
@
click=
"add"
>
添加
</a>
<DropdownItem
@
click
.
native=
"add"
>
<a>
添加
</a>
</DropdownItem>
<DropdownItem
name=
"edit"
>
<a
@
click=
"edit"
>
修改
</a>
<DropdownItem
name=
"edit"
@
click
.
native=
"edit"
>
<a>
修改
</a>
</DropdownItem>
<DropdownItem
name=
"del"
>
<a
@
click=
"remove"
>
删除
</a>
<DropdownItem
name=
"del"
@
click
.
native=
"remove"
>
<a>
删除
</a>
</DropdownItem>
</DropdownMenu>
</Dropdown>
...
...
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