上报库删除按钮权限

This commit is contained in:
zyx.net
2022-09-13 16:52:31 +08:00
parent a5fafde7c2
commit 032cd97009
@@ -48,7 +48,7 @@
<span slot="operation" slot-scope="text,record">
<a class="text-operation" @click="handlecody(record)" v-has="'params:report:history'">{{$t('Exporthistory')}}</a>
<a class="text-operation" @click="deleteLib(record)" v-has="'report:detail:list'">{{$t('See')}}</a>
<a class="action-delete" @click="onDelete(record)" v-has="'dict:logicDelete'">{{$t('delete')}}</a>
<a class="action-delete" @click="onDelete(record)" v-has="'params:report:delete'">{{$t('delete')}}</a>
</span>
</a-table>
</div>