df5a6245 by yyx

baseUrl

1 parent b97ce31f
......@@ -232,7 +232,7 @@ watch(
? dayjs(detail.data?.startTime).format("YYYY.MM.DD")
: ""
}}
{{ detail.data?.startTime ? dayjs().format("ddd") : "" }}
{{ detail.data?.startTime ? dayjs(detail.data?.startTime).format("ddd") : "" }}
{{
detail.data?.endTime
? dayjs(detail.data?.endTime).format("YYYY.MM.DD")
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!