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() { // 先尝试查询今天的数据