From 805b6afc009962c29c5b0b177ba2d038b8e6825f Mon Sep 17 00:00:00 2001 From: lixuefeng <897667554@qq.com> Date: Thu, 20 Oct 2022 11:44:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AB=AF=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/list_printer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/list_printer.html b/src/views/list_printer.html index 4ff8802..e465125 100644 --- a/src/views/list_printer.html +++ b/src/views/list_printer.html @@ -99,7 +99,7 @@ // 绘制页面 let html = []; for (const printer of data.listPrinter) { - if (printer.name === defaultPrinter) { + if (printer === defaultPrinter) { html.push(`  ${printer}