优化打印机

This commit is contained in:
gyq
2024-04-03 17:25:22 +08:00
parent a57b45160e
commit ca4eec636a
9 changed files with 175 additions and 31 deletions

View File

@@ -192,7 +192,7 @@ const form = ref({
},
name: "小票打印机",
subType: "cash", // 打印类型
status: 0,
status: 1,
sort: "",
shopId: store.userInfo.shopId,
});