mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
--fix bug
This commit is contained in:
@@ -417,7 +417,7 @@
|
|||||||
>启用</a-button
|
>启用</a-button
|
||||||
>
|
>
|
||||||
<a-button
|
<a-button
|
||||||
v-if="record.publishStatus!==1"
|
v-if="record.publishStatus!==1 || !record.status"
|
||||||
@click="() => handleDelete(text, index, record)"
|
@click="() => handleDelete(text, index, record)"
|
||||||
type="link"
|
type="link"
|
||||||
danger
|
danger
|
||||||
|
|||||||
Reference in New Issue
Block a user