From 8d3fd6b4d238c40ee1f7fda11d63c5dc1e09a9fc Mon Sep 17 00:00:00 2001 From: 24kycj <1637269896@qq.com> Date: Thu, 27 Mar 2025 18:01:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E5=AD=97=EF=BC=8C?= =?UTF-8?q?=E7=A3=81=E7=9B=98=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/store/modules/chat.js | 14 +++++++------- src/renderer/views/dashboard/index.vue | 6 +++--- src/renderer/views/manage/index.vue | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/renderer/store/modules/chat.js b/src/renderer/store/modules/chat.js index 36b6eb9..ffb71ba 100644 --- a/src/renderer/store/modules/chat.js +++ b/src/renderer/store/modules/chat.js @@ -12,12 +12,12 @@ const PrinterStatus = { // 设备报错 const printer_errors = { - '0x11': '从光盘仓抓取到光驱时,光盘为空,请添加光盘后点击重试', - '0x12': '从光盘仓抓取到光驱时,抓取错误,请将该光盘放入光盘仓后点击重试', - '0x13': '从光盘仓抓取到光驱时,其他错误,请将该光盘放入光盘仓后点击重试', - '0x14': '从光盘仓抓取到打印托盘时,光盘为空,请添加光盘后点击重试', - '0x15': '从光盘仓抓取到打印托盘时,抓取错误,请将该光盘放入光盘仓后点击重试', - '0x16': '从光盘仓抓取到打印托盘时,其他错误,请将该光盘放入光盘仓后点击重试', + '0x11': '从光盘桶抓取到光驱时,光盘为空,请添加光盘后点击重试', + '0x12': '从光盘桶抓取到光驱时,抓取错误,请将该光盘放入光盘桶后点击重试', + '0x13': '从光盘桶抓取到光驱时,其他错误,请将该光盘放入光盘桶后点击重试', + '0x14': '从光盘桶抓取到打印托盘时,光盘为空,请添加光盘后点击重试', + '0x15': '从光盘桶抓取到打印托盘时,抓取错误,请将该光盘放入光盘桶后点击重试', + '0x16': '从光盘桶抓取到打印托盘时,其他错误,请将该光盘放入光盘桶后点击重试', '0x17': '从光驱抓取到打印托盘时,光盘为空,请检查光驱弹出并将该光盘放入后点击重试', '0x18': '从光驱抓取到打印托盘时,抓取错误,请将该光盘重新放入光驱后点击重试', '0x19': '从光驱抓取到打印托盘时,其他错误,请将该光盘重新放入光驱后点击重试', @@ -382,7 +382,7 @@ const actions = { } let types = CDTypes let typeLists = cd_types - if (!isBD && info.printer_name !== 'SE3') { + if (!isBD) { types = {} for (let key in CDTypes) { if (parseInt(key) < 4) types[key] = CDTypes[key] diff --git a/src/renderer/views/dashboard/index.vue b/src/renderer/views/dashboard/index.vue index 9fed5ca..4bb596e 100644 --- a/src/renderer/views/dashboard/index.vue +++ b/src/renderer/views/dashboard/index.vue @@ -36,7 +36,7 @@