{{ item.name }}
进行中
{{ dayjs(+item.startTime).format('MM-DD HH:mm') }}
至
{{ dayjs(+item.endTime).format('MM-DD HH:mm') }}
工作台
{{ item.remindNum > 99 ? '99+' : item.remindNum }}
{{ subItem.name }}
{{ subItem.status === 0 ? '未开始' : subItem.status === 1 ? '进行中' : subItem.status === 2 ? '暂停' : '已完成' }}