'修改饿了么名称'

This commit is contained in:
wtq
2025-12-15 10:46:39 +08:00
parent 09b59aa8c2
commit cba285c943
39 changed files with 195 additions and 627 deletions

View File

@@ -176,6 +176,7 @@ function setUp() {
*/
const defaultPrinterValue = ref<string>('0')
const defaultPrinter = ref<Array<string>>(['蓝牙打印机', '网络打印机', '手动选择打印机'])
// const defaultPrinter = ref<Array<string>>(['网络打印机', '手动选择打印机'])
// 切换打印设备
function defaultPrinterChange(e: AnyObject) {
defaultPrinterValue.value = e.detail.value