mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
fix:项目路径图撤回
This commit is contained in:
@@ -138,11 +138,11 @@
|
||||
<a-button @click="showCopyModal(record.id)" type="link"
|
||||
>复制</a-button
|
||||
>
|
||||
<a-button @click="showDeleteModal(record.id)" type="link" danger
|
||||
<a-button v-if="record.state !== '已发布'" @click="showDeleteModal(record.id)" type="link" danger
|
||||
>删除</a-button
|
||||
>
|
||||
<a-button
|
||||
v-if="record.state === '已发布'"
|
||||
v-if="record.state === '已发布' && record.status!== -1"
|
||||
@click="showBackModal(record.id)"
|
||||
type="link"
|
||||
>撤回</a-button
|
||||
|
||||
Reference in New Issue
Block a user