diff --git a/webui/src/components/Log.vue b/webui/src/components/Log.vue
new file mode 100644
index 0000000..5cb7c38
--- /dev/null
+++ b/webui/src/components/Log.vue
@@ -0,0 +1,106 @@
+
+
+
+
+
+ 运行日志
+
+
+
+
+
+
+
+ {{ log.time }}
+ {{ log.message }}
+
+
+
+
+
+
+
+
+
diff --git a/webui/src/components/ParameterForm.vue b/webui/src/components/ParameterForm.vue
index 953a7cf..cfd928f 100644
--- a/webui/src/components/ParameterForm.vue
+++ b/webui/src/components/ParameterForm.vue
@@ -296,6 +296,9 @@
{{ error }}
+
+
+
@@ -305,6 +308,7 @@