|
@@ -82,8 +82,8 @@
|
|
|
}"
|
|
}"
|
|
|
style="width: 100%;"
|
|
style="width: 100%;"
|
|
|
>
|
|
>
|
|
|
- <span v-if="ownPriv('manage')"<template #bodyCell="{ column, record }">
|
|
|
|
|
- <span v-if="column.dataIndex === 'action'">
|
|
|
|
|
|
|
+ <template #bodyCell="{ column, record }">
|
|
|
|
|
+ <span v-if="column.dataIndex === 'action' && ownPriv('manage')">
|
|
|
<a @click="deleteHandler(record)">删除</a>
|
|
<a @click="deleteHandler(record)">删除</a>
|
|
|
</span>
|
|
</span>
|
|
|
</template>
|
|
</template>
|