- {
- Array.from(taskLogMapMemory.keys()).map(key => {
- return (
- {dayjs().isSame(dayjs(key), "date") ?
- :
- }
- {taskLogMapMemory.get(key).map(taskLog => {
- return
-
{
- actions[1]={ text: '失效', key: 'noneed' }
+ setCurrentShow(key)}>
+
+
+ />
+
+
+ })}
+ {dayjs().isSame(dayjs(key), "date") ?
+ :
+ }
+ )
+ })
+ }
+
-