mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-14 08:58:40 +08:00
refactor: 系统日志默认查询近 7 天日志数据
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user