Commit 588a4045 authored by 季圣华's avatar 季圣华
Browse files

修改单据中录入控件的按钮文字

parent 73890021
......@@ -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">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment