mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 09:00:50 +00:00
fix duration time
This commit is contained in:
parent
c1f5c471ce
commit
db1d4640cf
@ -82,7 +82,7 @@ const graph = computed(() => props.data.graph || {});
|
|||||||
const dashboardStore = useDashboardStore();
|
const dashboardStore = useDashboardStore();
|
||||||
const appStore = useAppStoreWithOut();
|
const appStore = useAppStoreWithOut();
|
||||||
const content = computed(() => {
|
const content = computed(() => {
|
||||||
const text = [appStore.duration.start, appStore.duration.end]
|
const text = [appStore.durationRow.start, appStore.durationRow.end]
|
||||||
.map((date: Date) => tf(date, "YYYY-MM-DD HH:mm"))
|
.map((date: Date) => tf(date, "YYYY-MM-DD HH:mm"))
|
||||||
.join(` ~ `);
|
.join(` ~ `);
|
||||||
return text;
|
return text;
|
||||||
|
Loading…
Reference in New Issue
Block a user