修改新增按钮

This commit is contained in:
qq787203167
2022-05-17 09:27:41 +08:00
parent c716485fad
commit 4ed972b0f8
8 changed files with 125 additions and 19 deletions
@@ -29,7 +29,7 @@
</div>
<div @click="handleAdd" class="operator-text" v-has="'document:getInfoById'">
<a-icon type="plus"/>
{{$t('add')}}
{{$t('newlyAdded')}}
</div>
</div>
<div>
@@ -20,7 +20,7 @@
<div class="table-operator">
<div class="operator-text" @click="handleAdd" v-has="'dict:add'">
<a-icon type="plus" />
{{$t('add')}}
{{$t('newlyAdded')}}
</div>
<div class="operator-text" @click="batDelete" v-has="'dict:logicDeleteBatch'">
<a-icon type="delete" />
@@ -32,7 +32,7 @@
<div class="table-operator">
<div class="operator-text" @click="handleAddPop" v-has="'tag:add'">
<a-icon type="plus" />
{{$t('add')}}
{{$t('newlyAdded')}}
</div>
<div class="operator-text" @click="handleShow" v-if="key=='1'">
<a-icon type="rocket" :rotate="45" />