mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 16:27:33 +00:00
update date
This commit is contained in:
parent
221751f034
commit
24cceb2fa8
@ -197,7 +197,7 @@ const total = computed(() =>
|
||||
? pageSize * pageNum.value + 1
|
||||
: pageSize * pageNum.value
|
||||
);
|
||||
const visDate = (date: number, pattern = "YYYY-MM-DD HH:mm:ss") =>
|
||||
const visDate = (date: number, pattern = "YYYY-MM-DD HH:mm:ss:SSS") =>
|
||||
dayjs(date).format(pattern);
|
||||
|
||||
onMounted(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user