|
@@ -4,7 +4,7 @@
|
|
|
<!-- 左侧字典列表 -->
|
|
|
<a-col :span="6">
|
|
|
<a-row :gutter="24">
|
|
|
- <!-- <a-button style="margin-right: 10px;" type="primary" icon="plus" @click="addCode">添加字典</a-button> -->
|
|
|
+ <!-- <a-button style="margin-right: 10px;" type="primary" icon="plus" @click="addCode">新增字典</a-button> -->
|
|
|
<a-button style="margin-right: 10px;" type="primary" icon="plus" @click="editCode">编辑字典</a-button>
|
|
|
<!-- <a-select style="width: 110px" placeholder="更多操作" allowClear >
|
|
|
<a-select-option @click="editCode" value="编辑字典">编辑字典</a-select-option>
|
|
@@ -66,7 +66,7 @@
|
|
|
</div>
|
|
|
<!-- <a-divider/> -->
|
|
|
<div class="table-operator">
|
|
|
- <a-button type="primary" icon="plus" @click="openCodeItemModal" id="dataDictionary-openCodeItemModal">添加数据</a-button>
|
|
|
+ <a-button type="primary" icon="plus" @click="openCodeItemModal" id="dataDictionary-openCodeItemModal">新增数据</a-button>
|
|
|
<!-- <a-button type="" icon="delete" @click="delectAll">批量删除</a-button> -->
|
|
|
<a-button type="" icon="reload" @click="$refs.table.refresh(true)" id="dataDictionary-refreshTable">刷新数据</a-button>
|
|
|
</div>
|