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