修改文档详情的查看文件时的标准分解单

This commit is contained in:
qq787203167
2022-04-15 14:27:01 +08:00
parent 6f02025775
commit 36715f44ba
3 changed files with 3 additions and 0 deletions
@@ -115,6 +115,7 @@
<span slot="operation" slot-scope="text,record">
<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>
</a-table>
</div>