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
588a4045
Commit
588a4045
authored
Oct 05, 2022
by
季圣华
Browse files
修改单据中录入控件的按钮文字
parent
73890021
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/components/jeecg/JEditableTable.vue
View file @
588a4045
...
...
@@ -11,13 +11,13 @@
<a-col>
<!-- 操作按钮 -->
<div
v-if=
"actionButton"
class=
"action-button"
>
<a-button
type=
"primary"
icon=
"plus"
@
click=
"handleClickAdd"
:disabled=
"disabled"
>
新增
行
</a-button>
<a-button
type=
"primary"
icon=
"plus"
@
click=
"handleClickAdd"
:disabled=
"disabled"
>
插入
行
</a-button>
<span
class=
"gap"
></span>
<template
v-if=
"selectedRowIds.length>0"
>
<a-popconfirm
:title=
"`确定要
删
除这 $
{selectedRowIds.length} 项吗?`"
:title=
"`确定要
移
除这 $
{selectedRowIds.length} 项吗?`"
@confirm="handleConfirmDelete">
<a-button
type=
"primary"
icon=
"minus"
:disabled=
"disabled"
>
删
除行
</a-button>
<a-button
type=
"primary"
icon=
"minus"
:disabled=
"disabled"
>
移
除行
</a-button>
<span
class=
"gap"
></span>
</a-popconfirm>
<template
v-if=
"showClearSelectButton"
>
...
...
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