日期: {{ schedule.length != 0 ? getTime("日期", schedule[scheduleIndex].ScheduTime) : "无数据" }}
时间: {{ schedule.length != 0 ? getTime("时间", schedule[scheduleIndex].ScheduTime) : "无数据" }}
星期: {{ schedule.length != 0 ? getTime("星期", schedule[scheduleIndex].ScheduTime) : "无数据" }}
{{ activity.no }}
{{ activity.personName }} {{ activity.inAndOutType == -1 ? "出库房" : activity.inAndOutType == 1 ? "进入库房" : "未知" }} {{ activity.eventTime }}
{{ fontState[parseInt(scope.row.state)] }}