修改新增按钮
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user