Merge remote-tracking branch 'origin/master'

This commit is contained in:
wangzhijiang
2022-05-09 16:13:08 +08:00
@@ -121,7 +121,7 @@
<a @click="entryNameClick(record)">{{text}}</a>
</span>
<span slot="operation" slot-scope="text,record">
<a class="text-operation" @click="edit(record)">{{$t('edit')}}</a>
<!-- <a class="text-operation" @click="edit(record)">{{$t('edit')}}</a>-->
<a class="text-operation" @click="deleteLib(record)">{{$t('deleteLib')}}</a>
<!-- <a class="text-operation" @click="entryNameClick(record)">{{$t('see')}}</a>-->
</span>
@@ -215,7 +215,7 @@
title: this.$t('operation'),
align: 'center',
fixed: 'right',
width: 200,
width: 100,
scopedSlots: { customRender: 'operation' }
}
],