feat:增加 loginlog 登录日志
This commit is contained in:
@@ -69,9 +69,9 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
||||
});
|
||||
</script>
|
||||
<template>
|
||||
<DocAlert title="邮件配置" url="https://doc.iocoder.cn/mail" />
|
||||
|
||||
<Page auto-content-height>
|
||||
<DocAlert title="邮件配置" url="https://doc.iocoder.cn/mail" />
|
||||
|
||||
<DetailModal @success="onRefresh" />
|
||||
<Grid table-title="邮件日志列表">
|
||||
<template #toolbar-tools> </template>
|
||||
|
||||
@@ -32,9 +32,9 @@ const [Modal, modalApi] = useVbenModal({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Modal title="邮件日志详情" class="w-1/2">
|
||||
<Modal title="邮件日志详情" class="w-1/2" :show-cancel-button="false" :show-confirm-button="false">
|
||||
<div class="p-4">
|
||||
<Descriptions :column="2" bordered>
|
||||
<Descriptions :column="2" bordered :label-style="{ width: '140px' }">
|
||||
<Descriptions.Item label="编号">{{ formData?.id }}</Descriptions.Item>
|
||||
<Descriptions.Item label="创建时间">
|
||||
{{ formatDateTime(formData?.createTime || '') }}
|
||||
|
||||
Reference in New Issue
Block a user