'修改饿了么名称'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user