| src/main/webapp/views/ai/diagnosis.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/webapp/views/ai/diagnosis.html
@@ -22,7 +22,7 @@ <div id="app" class="container"> <el-card shadow="hover"> <div slot="header" class="clearfix"> <span>WCS AI 诊断(SSE 流式输出)</span> <span>WCS AI 诊断</span> </div> <div class="actions"> @@ -69,7 +69,7 @@ }, computed: { statusText: function() { if (this.streaming) return '诊断进行中(流式输出)'; if (this.streaming) return '诊断进行中'; if (this.loading) return '连接中'; return '空闲'; }