df5a6245 by yyx

baseUrl

1 parent b97ce31f
...@@ -232,7 +232,7 @@ watch( ...@@ -232,7 +232,7 @@ watch(
232 ? dayjs(detail.data?.startTime).format("YYYY.MM.DD") 232 ? dayjs(detail.data?.startTime).format("YYYY.MM.DD")
233 : "" 233 : ""
234 }} 234 }}
235 {{ detail.data?.startTime ? dayjs().format("ddd") : "" }} 235 {{ detail.data?.startTime ? dayjs(detail.data?.startTime).format("ddd") : "" }}
236 {{ 236 {{
237 detail.data?.endTime 237 detail.data?.endTime
238 ? dayjs(detail.data?.endTime).format("YYYY.MM.DD") 238 ? 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!