diff --git a/src/layouts/default.vue b/src/layouts/default.vue index e171baf..1c4740b 100644 --- a/src/layouts/default.vue +++ b/src/layouts/default.vue @@ -201,7 +201,7 @@ const handleClose = async (item: SystemLog, key: number) => { } const handleCloseAll = async () => { await ElMessageBox.confirm( - '确认关闭所有?', + '确认清除所有?', 'Warning', { confirmButtonText: '确认', @@ -321,6 +321,7 @@ const handleCloseAll = async () => { :key :type="statusMap[item?.status as keyof typeof statusMap].type" closable + size="large" @close="handleClose(item, key)" >
@@ -334,7 +335,7 @@ const handleCloseAll = async () => {
- 关闭所有 + 清除所有