Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
ae216488
Commit
ae216488
authored
May 16, 2022
by
季圣华
Browse files
在单据明细中移除插入一行的按钮
parent
a16ce8a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/components/jeecg/JEditableTable.vue
View file @
ae216488
...
...
@@ -111,8 +111,8 @@
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"0"
:disabled=
"rowIndex===0"
@
click=
"_handleRowMoveUp(rowIndex)"
>
向上移
</a-menu-item>
<a-menu-item
key=
"1"
:disabled=
"rowIndex===(rows.length-1)"
@
click=
"_handleRowMoveDown(rowIndex)"
>
向下移
</a-menu-item>
<a-menu-divider/>
<a-menu-item
key=
"3"
@
click=
"_handleRowInsertDown(rowIndex)"
>
插入一行
</a-menu-item>
<!--
<a-menu-divider/>
<a-menu-item
key=
"3"
@
click=
"_handleRowInsertDown(rowIndex)"
>
插入一行
</a-menu-item>
-->
</a-menu>
</a-dropdown>
</div>
...
...
Write
Preview
Supports
Markdown
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