mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
fix:学习路径删除问题修改
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user