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) }