Compare commits

...

2 Commits

Author SHA1 Message Date
tao
dc1ad04ccf 添加 SSE 日志消息类型 2025-12-12 16:16:12 +08:00
tao
3a10c71774 优化 lms 界面 2025-12-12 16:15:51 +08:00
2 changed files with 7 additions and 1 deletions

6
src/types/sselog.ts Normal file
View File

@@ -0,0 +1,6 @@
interface sseLog {
code: number,
message: string,
data: any,
timestamp: number
}

View File

@@ -499,7 +499,7 @@ onBeforeUnmount(() => {
</a-col> </a-col>
</a-row> </a-row>
</a-form> </a-form>
<ExecutionResult title="执行结果" :logs="packageLogs" @clear="clearPackageLogs" /> <ExecutionResult title="报警信息" :logs="packageLogs" @clear="clearPackageLogs" />
</div> </div>
</div> </div>