mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 15:56:47 +08:00
fix:面授课操作-slot的切换数据不刷新问题
This commit is contained in:
@@ -321,7 +321,7 @@
|
|||||||
:scroll="{ x: 'max-content' }"
|
:scroll="{ x: 'max-content' }"
|
||||||
>
|
>
|
||||||
<template #operation="{ text, record, index }">
|
<template #operation="{ text, record, index }">
|
||||||
<a-space>
|
<a-space :key="record.id">
|
||||||
<a-button
|
<a-button
|
||||||
v-if="(record.auditStatus === 2 || record.auditStatus === 3) && !record.publishStatus && checkPer(record.permissions,createId)"
|
v-if="(record.auditStatus === 2 || record.auditStatus === 3) && !record.publishStatus && checkPer(record.permissions,createId)"
|
||||||
@click="() => handlePush(text, index)"
|
@click="() => handlePush(text, index)"
|
||||||
@@ -418,7 +418,7 @@
|
|||||||
>
|
>
|
||||||
<a-button
|
<a-button
|
||||||
v-if="record.publishStatus!==1"
|
v-if="record.publishStatus!==1"
|
||||||
@click="() => handleDelete(text, index)"
|
@click="() => handleDelete(text, index, record)"
|
||||||
type="link"
|
type="link"
|
||||||
danger
|
danger
|
||||||
>删除
|
>删除
|
||||||
|
|||||||
Reference in New Issue
Block a user