mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-29 18:38:32 +08:00
update
This commit is contained in:
parent
a332f4eec5
commit
fc09092baa
@ -178,7 +178,7 @@
|
||||
>
|
||||
</a-menu-item>
|
||||
<a-menu-item>
|
||||
<a-button type="primary" danger size="small" @click="handleDelete(record)">{{
|
||||
<a-button type="primary" danger size="small" @click="handleDelete(record, '')">{{
|
||||
record.outGivingProject ? '删除' : '释放'
|
||||
}}</a-button>
|
||||
</a-menu-item>
|
||||
|
@ -278,7 +278,7 @@
|
||||
<a-button size="small" type="primary" @click="copyItem(record)">复制</a-button>
|
||||
</a-menu-item>
|
||||
<a-menu-item>
|
||||
<a-button size="small" type="primary" danger @click="handleDelete(record)">逻辑删除</a-button>
|
||||
<a-button size="small" type="primary" danger @click="handleDelete(record, '')">逻辑删除</a-button>
|
||||
</a-menu-item>
|
||||
<a-menu-item>
|
||||
<a-button size="small" type="primary" danger @click="handleDelete(record, 'thorough')"
|
||||
|
Loading…
Reference in New Issue
Block a user