fix:学习路径删除问题修改

This commit is contained in:
wyx
2023-03-17 13:01:38 +08:00
parent fe2a9a69bc
commit ff93d6819c

View File

@@ -100,7 +100,7 @@
>
<template #bodyCell="{ record, column }">
<template v-if="column.key === 'operation'">
<a-space>
<a-space :key="record.id">
<a-button
v-if="record.state === '草稿' && checkPer(record.permissions)"
@click="showPub(record)"