From e175d720c033e7ee168fed36380f250d2a39487e Mon Sep 17 00:00:00 2001 From: taqi be Date: Thu, 23 Jan 2025 18:17:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8A=A5=E5=91=8A=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/deviceInfo/index.vue | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/pages/deviceInfo/index.vue b/src/pages/deviceInfo/index.vue index ce84769..a05d661 100644 --- a/src/pages/deviceInfo/index.vue +++ b/src/pages/deviceInfo/index.vue @@ -75,20 +75,12 @@ 出库 - - + + 打印标签 - - + + 打印测试报告 @@ -258,6 +250,7 @@ function handleCommand(command: string, row: any) { onPrint(row) return } + debugger editDevice(row, command) }