--fix 添加归属权

This commit is contained in:
yuping
2023-01-31 17:52:03 +08:00
parent 7073c4addc
commit 08772c14f8

View File

@@ -62,7 +62,7 @@
<template #action="{ record }">
<a-space :size="2">
<slot name="extension" v-bind:data="{ record }"></slot>
<a-button @click="del(record.id)" type="link" danger>删除</a-button>
<a-button v-if="record.type!==6 && record.type!==9 && record.type!==12" @click="del(record.id)" type="link" danger>删除</a-button>
</a-space>
</template>
</a-table>