diff --git a/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js b/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js index a73e6a571..57a58f6eb 100644 --- a/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js +++ b/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js @@ -2660,7 +2660,7 @@ class Listofworksstudentone extends Component { :"") } } - + @@ -393,7 +393,7 @@ class ShixunWorkReport extends Component { -
通关时间: {data&&data.passed_time===null?'--':moment(data&&data.passed_time).format('YYYY-MM-DD HH:mm')}
+
通关时间: {data&&data.passed_time===null||data&&data.passed_time=== "--"?'--':moment(data&&data.passed_time).format('YYYY-MM-DD HH:mm')}
实战耗时: {data&&data.time_consuming===null?'--':data&&data.time_consuming}

diff --git a/public/react/src/modules/page/VNCDisplay.js b/public/react/src/modules/page/VNCDisplay.js index 1c65e6b4d..77dd0acdc 100644 --- a/public/react/src/modules/page/VNCDisplay.js +++ b/public/react/src/modules/page/VNCDisplay.js @@ -131,19 +131,19 @@ class VNCDisplay extends Component { return ( -
+