From 9cc0ee358c5b13608e0ee2d653dc0c98887bebbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E6=AC=A7=EF=BC=88=E6=9E=97=E5=B9=B3=E5=87=A1?= =?UTF-8?q?=EF=BC=89?= Date: Mon, 13 Oct 2025 17:53:56 +0800 Subject: [PATCH] 1 --- src/views/system/jd-instruction/index.vue | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/views/system/jd-instruction/index.vue b/src/views/system/jd-instruction/index.vue index 718c833..b594e73 100644 --- a/src/views/system/jd-instruction/index.vue +++ b/src/views/system/jd-instruction/index.vue @@ -14,6 +14,7 @@ 慢单 TF + 清空 @@ -66,7 +67,7 @@
{{ extractTime(item) }}
历史响应(最近 {{ historyLimit }} 条) - 复制全部
@@ -90,7 +90,18 @@
+
+
{{ extractTime(item) }}
+ + + +
{{ extractMessage(item) }}
@@ -216,6 +227,11 @@ export default { }, fillSheng() { this.form.command = '生' + this.run() + }, + fillFan() { + this.form.command = '生\r\nF' + this.run() }, async fillMan() { // 先尝试查询今天的数据