diff --git a/src/components/DetailTable.vue b/src/components/DetailTable.vue index 6ef1bc9..b450464 100644 --- a/src/components/DetailTable.vue +++ b/src/components/DetailTable.vue @@ -1,5 +1,12 @@ - + diff --git a/src/components/Image.vue b/src/components/Image.vue index 2241cac..ea4f9ed 100644 --- a/src/components/Image.vue +++ b/src/components/Image.vue @@ -71,7 +71,10 @@ {{ imageStore?.coreInfo?.resultSerial?.split('-')[0]?.substr(-4) ? imageStore?.coreInfo?.resultSerial?.split('-')[0]?.substr(-4) - : '空结果' + : imageStore?.coreInfo?.resultSerial?.split('-')[0]?.substr(-4) == + '' + ? '空结果' + : '未核查' }}

diff --git a/src/pages/index.vue b/src/pages/index.vue index 40f16d5..a909733 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -661,6 +661,7 @@ const catCurrentTaskDetail = () => { onUnmounted(() => { websock.value.close() + Cookie.clearAllCookie() }) // websocket 客户端 直接发送核查并获取结果