From 63d523566d7d69e459c45cffdb69f57e427e2e0f 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: Thu, 18 Sep 2025 17:05:33 +0800 Subject: [PATCH] 1 --- src/views/system/jd-instruction/index.vue | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/views/system/jd-instruction/index.vue b/src/views/system/jd-instruction/index.vue index e6a8a54..015493a 100644 --- a/src/views/system/jd-instruction/index.vue +++ b/src/views/system/jd-instruction/index.vue @@ -11,8 +11,10 @@ 执行 - 菜单 - 清空 + 慢单 + TF + + 清空 @@ -97,9 +99,16 @@ export default { this.$modal.msgError('执行失败,请稍后重试') }) }, - fillMenu() { - this.form.command = '京菜单' + fillTF() { + this.form.command = 'TF' }, + fillSheng() { + this.form.command = '生' + }, + fillMan() { + this.form.command = '慢单' + }, + clearAll() { this.form.command = '' this.resultList = []