refactor: 系统日志默认查询近 7 天日志数据

This commit is contained in:
2024-04-22 20:57:26 +08:00
parent 81194dbb52
commit 2ddd900121
5 changed files with 22 additions and 12 deletions

View File

@@ -13,6 +13,8 @@
import type { ShortcutType } from '@arco-design/web-vue'
import dayjs from 'dayjs'
defineOptions({ name: 'DateRangePicker' })
defineProps({
format: {
type: String,
@@ -57,10 +59,4 @@ const shortcuts = computed<ShortcutType[]>(() => {
})
</script>
<script lang="ts">
export default {
name: 'DateRangePicker'
}
</script>
<style scoped lang="less"></style>