mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 00:37: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 + 1
|
||||||
: pageSize * pageNum.value
|
: 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);
|
dayjs(date).format(pattern);
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user