update
This commit is contained in:
@@ -62,9 +62,9 @@ const {loading, pagination, initFetchData} = useTableQuery({
|
||||
<template v-slot:preview>
|
||||
<a-link :hoverable="false"><icon-eye />预览</a-link>
|
||||
</template>
|
||||
<template v-slot:action>
|
||||
<template v-slot:action="{record}">
|
||||
<div class="flex gap-[20px]">
|
||||
<TinyMCEModal></TinyMCEModal>
|
||||
<TinyMCEModal v-model:content="record.content"></TinyMCEModal>
|
||||
<a-link :hoverable="false" status="danger">删除</a-link>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user