1111
This commit is contained in:
parent
abdfbe7b00
commit
4250a8b7de
@ -223,6 +223,8 @@ const SoftwareControlManagement: FC<SoftwareControlManagementProps> = () => {
|
|||||||
setTopSpinning(false);
|
setTopSpinning(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 测试
|
||||||
|
|
||||||
const confirmed = await modalApi.confirm({
|
const confirmed = await modalApi.confirm({
|
||||||
title: "确认添加",
|
title: "确认添加",
|
||||||
content: `确认添加 ${days == 0 ? "永久" : days + " 天"} 吗?`
|
content: `确认添加 ${days == 0 ? "永久" : days + " 天"} 吗?`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user